2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Enable C++14

This commit is contained in:
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

Submodule hecl/extern/Athena updated: e861691480...1601abcc7a