Skip to content

Commit

Permalink
Increase minimum CMake version to allow builds on Focal Fossa (Noetic) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg authored Sep 29, 2021
1 parent f5cd4f5 commit 4a35d76
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion abb/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)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion abb_irb2400_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_irb2400_moveit_config)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion abb_irb2400_moveit_plugins/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_irb2400_moveit_plugins)
add_definitions(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion abb_irb2400_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_irb2400_support)

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

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

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

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion abb_irb6640_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_irb6640_moveit_config)
add_definitions(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion abb_irb6640_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_irb6640_support)

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

find_package(catkin REQUIRED)
Expand Down

0 comments on commit 4a35d76

Please sign in to comment.