Skip to content

Commit

Permalink
Bump CMake version to avoid CMP0048 warning (ros-industrial#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer authored Jan 19, 2021
1 parent 48036b6 commit e7af684
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion industrial_core/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(industrial_core)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion industrial_deprecated/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_deprecated)

Expand Down
2 changes: 1 addition & 1 deletion industrial_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_msgs)

Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_robot_client)

Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_robot_simulator)

Expand Down
2 changes: 1 addition & 1 deletion industrial_trajectory_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_trajectory_filters)

Expand Down
2 changes: 1 addition & 1 deletion industrial_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(industrial_utils)

Expand Down
2 changes: 1 addition & 1 deletion simple_message/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)

project(simple_message)

Expand Down

0 comments on commit e7af684

Please sign in to comment.