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)
This commit is contained in:
Nils Kneuper 2011-07-24 10:49:57 +00:00
parent df25a19c23
commit 14bbbf79c9

View file

@ -88,7 +88,7 @@ endif(UNIX AND NOT APPLE AND NOT CYGWIN)
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