Changed minimum CMake version to 3.1

master
Christoph Rösmann 2020-05-13 08:41:45 +02:00
parent 17356f3ade
commit 476da15b40
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 3.1)
project(mpc_local_planner) project(mpc_local_planner)
# Set to Release in order to speed up the program significantly # Set to Release in order to speed up the program significantly

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 3.1)
project(mpc_local_planner_examples) project(mpc_local_planner_examples)
## Find catkin macros and libraries ## Find catkin macros and libraries

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 3.1)
project(mpc_local_planner_msgs) project(mpc_local_planner_msgs)
## Compile as C++11, supported in ROS Kinetic and newer ## Compile as C++11, supported in ROS Kinetic and newer