Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase minimum CMake version to allow builds on Focal Fossa (Noetic) #193

Draft
wants to merge 1 commit into
base: kinetic-devel
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion robotiq/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(robotiq)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion robotiq_2f_140_gripper_visualization/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(robotiq_2f_140_gripper_visualization)
find_package(catkin REQUIRED)
catkin_package()
Expand Down
2 changes: 1 addition & 1 deletion robotiq_2f_85_gripper_visualization/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(robotiq_2f_85_gripper_visualization)
find_package(catkin REQUIRED)
catkin_package()
Expand Down
2 changes: 1 addition & 1 deletion robotiq_2f_c2_gripper_visualization/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(robotiq_2f_c2_gripper_visualization)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion robotiq_2f_gripper_action_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(robotiq_2f_gripper_action_server)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion robotiq_2f_gripper_control/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(robotiq_2f_gripper_control)
find_package(catkin REQUIRED COMPONENTS robotiq_ethercat roscpp rospy message_generation)

Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_gripper_articulated_gazebo/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(robotiq_3f_gripper_articulated_gazebo)

find_package(catkin REQUIRED)
Expand Down
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(robotiq_3f_gripper_articulated_gazebo_plugins)
add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_gripper_articulated_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(robotiq_3f_gripper_articulated_msgs)

find_package(catkin REQUIRED COMPONENTS std_msgs message_generation )
Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_gripper_control/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(robotiq_3f_gripper_control)
find_package(catkin REQUIRED COMPONENTS
controller_manager
Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_gripper_joint_state_publisher/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(robotiq_3f_gripper_joint_state_publisher)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_gripper_visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(robotiq_3f_gripper_visualization)
find_package(catkin REQUIRED urdf)
catkin_package()
Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_rviz/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(robotiq_3f_rviz)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion robotiq_ethercat/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(robotiq_ethercat)

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

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion robotiq_modbus_rtu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(robotiq_modbus_rtu)
find_package(catkin REQUIRED COMPONENTS rospy)

Expand Down
2 changes: 1 addition & 1 deletion robotiq_modbus_tcp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(robotiq_modbus_tcp)
find_package(catkin REQUIRED COMPONENTS rospy)

Expand Down