mirror of
https://github.com/corda/corda.git
synced 2025-04-05 10:27:11 +00:00
add c++0x flag to CMakeLists.txt
This commit is contained in:
parent
b811ca60c1
commit
7aef2dd0ab
@ -16,7 +16,7 @@ add_definitions (
|
||||
-D__STDC_CONSTANT_MACROS
|
||||
)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -fno-exceptions")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -fno-exceptions -std=c++0x")
|
||||
|
||||
include ("cmake/Platform.cmake")
|
||||
include (CTest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user