changeset 2688:4877ae046f62

Debugging tools setting is now OFF by default
author Stefan Stammberger <some.fusion@gmail.com>
date Tue, 25 Mar 2014 19:26:42 +0100
parents 0a63884e536c
children a5d16df6b8b6
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Mar 23 21:04:27 2014 +0100
+++ b/CMakeLists.txt	Tue Mar 25 19:26:42 2014 +0100
@@ -22,7 +22,7 @@
 
 OPTION(SUMWARS_NO_TINYXML "Do not use bundled, in-source TinyXML Lib" OFF)
 OPTION(SUMWARS_NO_ENET "Do not use bundled, in-source ENET Lib" OFF)
-OPTION(SUMWARS_BUILD_TOOLS "Builds editor tools (not needed for gameplay, only useful for content authors)" ON)
+OPTION(SUMWARS_BUILD_TOOLS "Builds editor tools (not needed for gameplay, only useful for content authors)" OFF)
 OPTION(SUMWARS_BUILD_WITH_ONLINE_SERVICE "Builds enables the online services)" OFF)
 OPTION(SUMWARS_UPDATE_HG_REVISION "Option to enable or disable automatic revision checking" ON)
 IF(WIN32)