diff options
author | Rat <gmstreetrat@gmail.com> | 2015-03-29 17:56:49 +0200 |
---|---|---|
committer | Rat <gmstreetrat@gmail.com> | 2015-03-29 17:56:49 +0200 |
commit | dcd18eef2a8bb3c8eeb5552d76f2af4ad6dc7bfa (patch) | |
tree | 594ac771e6813bc0b9a7f56d2b5f0de3ebdf36f6 /cmake/options.cmake | |
parent | 81df6b2ad23d4f405ef088c5405bd079e6570a9d (diff) | |
parent | 833d57fa27c782c2e9a211ec19c554d057431243 (diff) |
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index 9b0e663d0a9..0bc7c84e66f 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -15,4 +15,6 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" option(USE_COREPCH "Use precompiled headers when compiling servers" 1) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) +set(WITH_SOURCE_TREE "no" CACHE STRING "Build the source tree for IDE's.") +set_property(CACHE WITH_SOURCE_TREE PROPERTY STRINGS no flat hierarchical) option(WITHOUT_GIT "Disable the GIT testing routines" 0) |