Skip to content

Commit

Permalink
Bump CMake version to avoid CMP0048 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
schnaubelt committed Aug 25, 2020
1 parent bfbe6a2 commit a772844
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hector_compressed_map_transport/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(hector_compressed_map_transport)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_geotiff_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(hector_geotiff_plugins)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_imu_attitude_to_tf/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(hector_imu_attitude_to_tf)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_imu_tools/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(hector_imu_tools)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_map_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(hector_map_server)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_map_tools/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(hector_map_tools)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_mapping/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(hector_mapping)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_marker_drawing/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(hector_marker_drawing)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_nav_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(hector_nav_msgs)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_slam/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(hector_slam)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion hector_slam_launch/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(hector_slam_launch)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion hector_trajectory_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(hector_trajectory_server)

## Find catkin macros and libraries
Expand Down

0 comments on commit a772844

Please sign in to comment.