Skip to content
Snippets Groups Projects
Commit 2935ccbf authored by Wiktor Walentynowicz's avatar Wiktor Walentynowicz :construction_worker_tone1:
Browse files

Merge branch '9-add-c-0x-option' into 'develop'

Add c++-0x

See merge request !7
parents 91767456 4ea6fc2c
No related branches found
No related tags found
3 merge requests!12Develop,!8Develop,!7Add c++-0x
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment