Skip to content

Commit ab88cab

Browse files
committed
Switched to full c++11 standard
1 parent ee2437c commit ab88cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ option(DBOT_BUILD_GPU "Compile CUDA enabled trackers" ON)
99
############################
1010
# Flags #
1111
############################
12-
# Enable c++11 GCC 4.6 or greater required
13-
add_definitions(-std=c++0x -fno-omit-frame-pointer)
12+
# Enable c++11 GCC 4.7 or greater required
13+
add_definitions(-std=c++11 -fno-omit-frame-pointer)
1414
add_definitions(-DPROFILING_ON=1 -fPIC) #print profiling output
1515

1616
#add_definitions(-Wall)

0 commit comments

Comments
 (0)