diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe0b98ceb0dd711c54a376f6715662029cccecb..046ac2034a71324e9099cd9be098889ec1a78b6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.3) project(wolf_ros_laser) -## Compile as C++11, supported in ROS Kinetic and newer +## Compile as C++14 add_compile_options(-std=c++14) # SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/wolf_ros_wrapper/cmake_modules")