Skip to content
Snippets Groups Projects
Commit 373e800a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

c++14

parent 401ec883
No related branches found
No related tags found
2 merge requests!4new release,!3New release
cmake_minimum_required(VERSION 2.8.3)
project(wolf_ros_laser)
## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)
## Compile as C++14, supported in ROS Noetic and newer
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