mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 21:45:12 +00:00
feat(Core/Config): implement loading files optional (#8198)
This commit is contained in:
@@ -188,4 +188,12 @@ if (USE_CPP_20)
|
||||
message(" *** Please note that this is an experimental feature!")
|
||||
endif()
|
||||
|
||||
if (CONFIG_ABORT_INCORRECT_OPTIONS)
|
||||
message("")
|
||||
message(" WARNING !")
|
||||
message(" Enabled abort if core found incorrect option in config files")
|
||||
|
||||
add_definitions(-DCONFIG_ABORT_INCORRECT_OPTIONS)
|
||||
endif()
|
||||
|
||||
message("")
|
||||
|
||||
Reference in New Issue
Block a user