Skip to content

Commit

Permalink
Cmake minimum version corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Aug 17, 2022
1 parent 573f7bc commit fb22103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.16)
project(yarp-devices-ros2
LANGUAGES CXX
VERSION 3.7.100)
Expand Down
2 changes: 1 addition & 1 deletion ros2_interfaces_ws/src/map2d_nws_ros2_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(map2d_nws_ros2_msgs)

# Default to C99
Expand Down
2 changes: 1 addition & 1 deletion ros2_interfaces_ws/src/yarp_control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(yarp_control_msgs)

# Default to C99
Expand Down

0 comments on commit fb22103

Please sign in to comment.