Skip to content

Commit

Permalink
require cmake version 3.0 to avoid CMP0048 policy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Sende committed Jan 19, 2021
1 parent ff18c24 commit 5e8da28
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion area_provider/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)
project(area_provider)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion battery_monitor/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)
project(battery_monitor)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion mavros_gps/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)
project(mavros_gps)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion mavros_pos_controller/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)
project(mavros_pos_controller)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion mavros_pos_provider/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)
project(mavros_pos_provider)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion mavros_vel_controller/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)
project(mavros_vel_controller)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion mavros_vel_provider/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)
project(mavros_vel_provider)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion navigation_pos_controller/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)
project(navigation_pos_controller)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion navigation_pos_provider/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)
project(navigation_pos_provider)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion navigation_vel_provider/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)
project(navigation_vel_provider)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion obstacle_detection/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)
project(obstacle_detection)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down

0 comments on commit 5e8da28

Please sign in to comment.