Skip to content

Commit

Permalink
sync cmake_minimum_required: 2.8.12
Browse files Browse the repository at this point in the history
cmake version 2.8.12 = ROS Jade and newer.

* fetch_ikfast_plugin generates the file requiring 2.8.12
* catkin/bloom gives a warning that the versions are different
  • Loading branch information
moriarty committed Mar 26, 2019
1 parent 693e3d2 commit e806238
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fetch_calibration/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 2.8.12)
project(fetch_calibration)

find_package(catkin)
Expand Down
2 changes: 1 addition & 1 deletion fetch_depth_layer/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 2.8.12)
project(fetch_depth_layer)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion fetch_description/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 2.8.12)
project(fetch_description)

find_package(catkin)
Expand Down
2 changes: 1 addition & 1 deletion fetch_maps/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 2.8.12)
project(fetch_maps)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion fetch_moveit_config/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 2.8.12)
project(fetch_moveit_config)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion fetch_navigation/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 2.8.12)
project(fetch_navigation)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion fetch_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 2.8.12)
project(fetch_ros)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion fetch_teleop/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 2.8.12)
project(fetch_teleop)

if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
Expand Down

0 comments on commit e806238

Please sign in to comment.