Skip to content
Snippets Groups Projects
Commit 06fffeeb authored by Łukasz Kopociński's avatar Łukasz Kopociński
Browse files

Add cmake cpp11 support

parent 7c4939c7
Branches
No related tags found
1 merge request!1Add cmake cpp11 support
......@@ -49,6 +49,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
FORCE)
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment