mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 09:05:52 +00:00
Enable C++14
This commit is contained in:
parent
3a4647e4c3
commit
ed0a0fc686
@ -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
2
hecl/extern/Athena
vendored
@ -1 +1 @@
|
||||
Subproject commit e8616914801e274155bfe8d9fe3353448f0ec219
|
||||
Subproject commit 1601abcc7a4261ca0d6822729aec683fb39f2c9e
|
Loading…
x
Reference in New Issue
Block a user