mirror of https://github.com/axmolengine/axmol.git
Update CMakeLists.txt
This commit is contained in:
parent
732a11f74c
commit
f1a2c04672
|
@ -9,11 +9,6 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|||
include(FilterFolder)
|
||||
|
||||
# C++ version
|
||||
if(WIN32)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
else()
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
endif()
|
||||
|
||||
set(USE_INTERNAL_LOADER OFF)
|
||||
|
||||
|
|
Loading…
Reference in New Issue