Skip to content
Snippets Groups Projects
Commit 6be51bfa authored by Fernando Herrero's avatar Fernando Herrero
Browse files

color_plugin: add c++11 flag to CMakeLists

parent 03e68057
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.8.3)
project(color_plugin)
# set(CMAKE_BUILD_TYPE "RelWithDebInfo")
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
find_package(catkin REQUIRED COMPONENTS roscpp std_msgs gazebo_plugins)
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