aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-03-04 22:43:13 +0100
committerShauren <shauren.trinity@gmail.com>2012-03-04 22:43:13 +0100
commite9a125f4955c3cc95d70f9654abb013de2a8dbc6 (patch)
treeb88cdd6bd2d5f29c1a6f29ca68b2cc17deccae82
parent45946e23bac57b1084d7bd42daff1445cb8957e2 (diff)
Buildsystem/CMake: Changed TOOLS building back to off by default
-rw-r--r--cmake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index 4af22e0ed3d..b9a70339660 100644
--- a/cmake/options.cmake
+++ b/cmake/options.cmake
@@ -10,7 +10,7 @@
option(SERVERS "Build worldserver and authserver" 1)
option(SCRIPTS "Build core with scripts included" 1)
-option(TOOLS "Build map/vmap extraction/assembler tools" 1)
+option(TOOLS "Build map/vmap extraction/assembler tools" 0)
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
option(USE_SFMT "Use SFMT as random numbergenerator" 1)