Changed minimum CMake version to 3.1
parent
17356f3ade
commit
476da15b40
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(mpc_local_planner)
|
||||
|
||||
# Set to Release in order to speed up the program significantly
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(mpc_local_planner_examples)
|
||||
|
||||
## Find catkin macros and libraries
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(mpc_local_planner_msgs)
|
||||
|
||||
## Compile as C++11, supported in ROS Kinetic and newer
|
||||
|
|
Loading…
Reference in New Issue