Skip to content

Commit

Permalink
Bump CMake version to avoid CMP0048 warning (antonxy#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer authored and simonschmeisser committed Apr 7, 2021
1 parent 19225e9 commit 124041c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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_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 124041c

Please sign in to comment.