mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
Merge pull request #310 from joshuawarner32/cpp11-cmake-fix
add c++0x flag to CMakeLists.txt
This commit is contained in:
commit
c398a82d85
@ -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