C++0x
This commit is contained in:
parent
7f07b752af
commit
c03ef658ad
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project(ProjectRiddle)
|
|||
# Project settings
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/build)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
|
||||
# Uncomment to enable compiler warning
|
||||
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Weffc++")
|
||||
|
|
Loading…
Reference in a new issue