diff options
author | ipriver <g1ran1q@gmail.com> | 2020-06-17 14:42:49 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 22:54:29 +0100 |
commit | 8979493bb7eacc557a0fd51cb781f134b97b3b29 (patch) | |
tree | 9eef26c447dda93f05339eb82c56506e613284b2 /cmake/options.cmake | |
parent | bcd00244c312db02b0feaf950de1436c4427993e (diff) |
Additional cmake entry for configs
Closes #24812
Co-authored-by: Carbenium <carbenium@outlook.com>
(cherry picked from commit dc467ee0f6d0a49be4bd20b621f141228dfec736)
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index 44cb2531adb..ec1d851cd40 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -49,6 +49,7 @@ endif() option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) option(WITH_STRICT_DATABASE_TYPE_CHECKS "Enable strict checking of database field value accessors" 0) +option(COPY_CONF "Copy authserver and worldserver .conf.dist files to the project dir" 1) 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 hierarchical-folders) option(WITHOUT_GIT "Disable the GIT testing routines" 0) |