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) #131

Merged
Merged
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 abb_crb15000_support/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(abb_crb15000_support)

Expand Down
2 changes: 1 addition & 1 deletion abb_experimental/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(abb_experimental)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion abb_irb1200_5_90_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 3.0.2)
project(abb_irb1200_5_90_moveit_config)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion abb_irb1200_7_70_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 3.0.2)
project(abb_irb1200_7_70_moveit_config)

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

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

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

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion abb_irb120_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 3.0.2)
project(abb_irb120_moveit_config)

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

Expand Down
2 changes: 1 addition & 1 deletion abb_irb120t_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 3.0.2)
project(abb_irb120t_moveit_config)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion abb_irb1600_6_12_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 3.0.2)
project(abb_irb1600_6_12_moveit_config)

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

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

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

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

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

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

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

Expand Down