diff --git a/CMakeLists.txt b/CMakeLists.txt index eef004138729e00b32a877f2d81ed9d64e520df0..7e2b5875b2733b7e316603c93a17948b87e8d48a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,8 +43,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g -fno-omit-frame-pointer" CACHE STRING "Flags used by the CXX compiler during relwithdebiginfo builds" FORCE) - - + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") endif(NOT CONFIGURED) endif(CMAKE_COMPILER_IS_GNUCXX)