From 7488252efb4b4af4d7e022fc204f9c6b00ecef9f Mon Sep 17 00:00:00 2001 From: Jacob Jensen Date: Thu, 18 Dec 2014 18:12:05 +0100 Subject: [PATCH] Moved back to C++11 for now due to unexpected issues. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bd514f8f21..9ca05c3f43f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)