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 7423c81 commit 5830477Copy full SHA for 5830477
CMakeLists.txt
@@ -19,7 +19,7 @@ else(DBOT_BUILD_GPU AND CUDA_FOUND)
19
set(DBOT_BUILD_GPU OFF)
20
endif(DBOT_BUILD_GPU AND CUDA_FOUND)
21
22
-add_definitions(-std=c++0x -fno-omit-frame-pointer)
+add_definitions(-std=c++11 -fno-omit-frame-pointer)
23
add_definitions(-DPROFILING_ON=1) #print profiling output
24
25
find_package(catkin REQUIRED
0 commit comments