mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(CMake): enable optional C++20 support (#7075)
This commit is contained in:
3
conf/dist/config.cmake
vendored
3
conf/dist/config.cmake
vendored
@@ -84,3 +84,6 @@ endif()
|
||||
# Source tree in IDE
|
||||
set(WITH_SOURCE_TREE "hierarchical" CACHE STRING "Build the source tree for IDE's.")
|
||||
set_property(CACHE WITH_SOURCE_TREE PROPERTY STRINGS no flat hierarchical)
|
||||
|
||||
# If disable - use c++17
|
||||
option(USE_CPP_20 "Enable c++20 standard" 0)
|
||||
|
||||
Reference in New Issue
Block a user