Skip to content

Commit

Permalink
Bump minimum required cmake version. (#814)
Browse files Browse the repository at this point in the history
Fixes unstable builds on the ros build farm. See also https://answers.ros.org/question/361001/how-to-fix-unstable-build-on-buildfarm-for-noetic-because-of-cmp0048/

Signed-off-by: Hans-Joachim Krauch <[email protected]>

Signed-off-by: Hans-Joachim Krauch <[email protected]>
  • Loading branch information
achim-k authored Oct 18, 2022
1 parent 4f57c10 commit 216143f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rosapi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosapi)

find_package(catkin REQUIRED COMPONENTS message_generation)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosbridge_library)

find_package(catkin REQUIRED COMPONENTS message_generation std_msgs geometry_msgs)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosbridge_msgs)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosbridge_server)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_suite/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosbridge_suite)
find_package(catkin REQUIRED)
catkin_metapackage()

0 comments on commit 216143f

Please sign in to comment.