add c++0x flag to CMakeLists.txt

This commit is contained in:
Joshua Warner 2014-07-24 13:37:03 -06:00
parent b811ca60c1
commit 7aef2dd0ab

View File

@ -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)