mirror of https://github.com/axmolengine/axmol.git
Improve codebase to c++17
This commit is contained in:
parent
e3f2bde738
commit
2ca99fce0f
|
@ -76,7 +76,7 @@ endif()
|
|||
|
||||
# config c++ standard
|
||||
if(NOT DEFINED CXX_STD)
|
||||
set(CXX_STD 14)
|
||||
set(CXX_STD 17)
|
||||
endif()
|
||||
message(STATUS "CXX_STD=${CXX_STD}")
|
||||
set(CMAKE_CXX_STANDARD ${CXX_STD})
|
||||
|
|
Loading…
Reference in New Issue