From 9ec4e10a0c2742db5d16e16605263b0932eff208 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Fri, 4 Sep 2015 21:06:57 +0200 Subject: [PATCH] Now that tools work, build them by default --- CMakeLists.txt | 6 +++--- src/tools/map-extractor/System.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abe1de826..7bef527ea 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ endif() option(DEBUG "Debug mode (strict compile, all warnings)" OFF) option(ACE_USE_EXTERNAL "Use external ACE" OFF) option(POSTGRESQL "Use PostgreSQL instead of MySQL" OFF) -option(BUILD_TOOLS "Build the map/vmap/mmap extractors" OFF) +option(BUILD_TOOLS "Build the map/vmap/mmap extractors" ON) option(SCRIPT_LIB_ELUNA "Compile with support for Eluna scripts" OFF) option(SCRIPT_LIB_SD2 "Compile with support for ScriptDev2 scripts" ON) #option(SCRIPT_LIB_SD3 "Compile with support for ScriptDev3 scripts" OFF) @@ -75,9 +75,9 @@ message( PLAYERBOTS Enable Player Bots To set an option simply type -D