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:
parent
df25a19c23
commit
14bbbf79c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue