Author: ivanovic
Date: Sun Jul 24 12:49:57 2011
New Revision: 50378

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50378&view=rev
Log:
disable compilation of ANA by default when using cmake (since there seem to be 
too many problems with it and eg the official server does not use it anymore 
either)

Modified:
    trunk/CMakeLists.txt

Modified: trunk/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/CMakeLists.txt?rev=50378&r1=50377&r2=50378&view=diff
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Sun Jul 24 12:49:57 2011
@@ -88,7 +88,7 @@
 
 option(ENABLE_STRICT_COMPILATION "Sets the strict compilation mode" ON)
 option(ENABLE_DEBUG_WINDOW_LAYOUT "Add the debug option to allow the 
generation of debug layout files in dot format" OFF)
-option ( USE_ANA_NETWORK "Compile network module using ana" ON )
+option ( USE_ANA_NETWORK "Compile network module using ana" OFF )
 option(ENABLE_DESIGN_DOCUMENTS "Enables the generation of design documents, 
and has additional dependencies" OFF)
 
 #misc options


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to