Skip to content

Commit

Permalink
Moved back to C++11 for now due to unexpected issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonj committed Dec 18, 2014
1 parent 648e060 commit 7488252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ include_directories(
)

# Compile using c++11
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")


find_package(Threads)
Expand Down

0 comments on commit 7488252

Please sign in to comment.