Update CMakeLists.txt

This commit is contained in:
一线灵|Deal 2022-11-01 06:47:36 +08:00 committed by GitHub
parent 732a11f74c
commit f1a2c04672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(FilterFolder) include(FilterFolder)
# C++ version # C++ version
if(WIN32)
set(CMAKE_CXX_STANDARD 17)
else()
set(CMAKE_CXX_STANDARD 14)
endif()
set(USE_INTERNAL_LOADER OFF) set(USE_INTERNAL_LOADER OFF)