Skip to content

Commit 5830477

Browse files
committed
Switched to full c++11 standard
1 parent 7423c81 commit 5830477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else(DBOT_BUILD_GPU AND CUDA_FOUND)
1919
set(DBOT_BUILD_GPU OFF)
2020
endif(DBOT_BUILD_GPU AND CUDA_FOUND)
2121

22-
add_definitions(-std=c++0x -fno-omit-frame-pointer)
22+
add_definitions(-std=c++11 -fno-omit-frame-pointer)
2323
add_definitions(-DPROFILING_ON=1) #print profiling output
2424

2525
find_package(catkin REQUIRED

0 commit comments

Comments
 (0)