Enable C++14

This commit is contained in:
Phillip Stephens 2015-10-19 18:13:45 -07:00
parent 3a4647e4c3
commit ed0a0fc686
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ if(MSVC)
# Shaddup MSVC
add_definitions(-DUNICODE=1 -D_UNICODE=1 -D_CRT_SECURE_NO_WARNINGS=1 /wd4267 /wd4244)
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar -fno-exceptions")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wno-multichar -fno-exceptions")
endif()
endif()

2
hecl/extern/Athena vendored

@ -1 +1 @@
Subproject commit e8616914801e274155bfe8d9fe3353448f0ec219
Subproject commit 1601abcc7a4261ca0d6822729aec683fb39f2c9e