diff options
Diffstat (limited to 'conf/dist/config.cmake')
| -rw-r--r-- | conf/dist/config.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/dist/config.cmake b/conf/dist/config.cmake index ab370f4587..ce2e079f39 100644 --- a/conf/dist/config.cmake +++ b/conf/dist/config.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE +# Copyright (C) 2016+ AzerothCore <www.azerothcore.org> # Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore> # # This file is free software; as a special exception the author gives @@ -106,6 +106,7 @@ option(WITH_DYNAMIC_LINKING "Enable dynamic library linking." option(WITH_STRICT_DATABASE_TYPE_CHECKS "Enable strict checking of database field value accessors" 0) option(WITHOUT_METRICS "Disable metrics reporting (i.e. InfluxDB and Grafana)" 0) option(WITH_DETAILED_METRICS "Enable detailed metrics reporting (i.e. time each session takes to update)" 0) +option(TOOL_CONFIG_MERGER "Install the Python config merger tool alongside config files" 0) CheckApplicationsBuildList() CheckToolsBuildList() |
