diff --git a/CMakeLists.txt b/CMakeLists.txt index af8c10fd4b105dd9da6a0806f583b710bb2b8bd6..bafc94df4f1ae42559e9769c381573c587df35ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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