We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e3dd5 commit 8e32ba8Copy full SHA for 8e32ba8
Software/real_time/ROS_RoboBuggy/src/robobuggy/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
2
project(robobuggy)
3
4
## Add support for C++11, supported in ROS Kinetic and newer
5
-# add_definitions(-std=c++11)
+add_definitions(-std=c++11)
6
7
## Find catkin macros and libraries
8
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
0 commit comments