Skip to content
Snippets Groups Projects
Commit 9d4b8de4 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Change min cmake version

parent ad49e814
No related branches found
No related tags found
2 merge requests!5After cmake and const refactor,!4Resolve "Adapt to core cmake refactor"
cmake_minimum_required(VERSION 2.8.3) CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
project(wolf_ros_imu) project(wolf_ros_imu)
## Compile as C++14 ## Compile as C++14
...@@ -23,6 +23,7 @@ find_package(wolfimu REQUIRED) ...@@ -23,6 +23,7 @@ find_package(wolfimu REQUIRED)
################################### ###################################
## catkin specific configuration ## ## catkin specific configuration ##
################################### ###################################
# produces the XXXConfig.cmake file among other things
catkin_package( catkin_package(
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment