Skip to content
Snippets Groups Projects
Commit d7d7cf7a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

c++14 in cmakelists

parent b9c21aaa
No related branches found
No related tags found
2 merge requests!11new release,!10new release
......@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(wolf_ros_node)
## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)
add_compile_options(-std=c++14)
# SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/wolf_ros_wrapper/cmake_modules")
## Find catkin macros and libraries
......
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