Switched back ana's compilation flag to ON in CMake.
This commit is contained in:
parent
ef0c8d6ec2
commit
dfd0f9a169
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if (UNIX AND NOT APPLE AND NOT CYGWIN)
|
|||
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" OFF )
|
||||
option ( USE_ANA_NETWORK "Compile network module using ana" ON )
|
||||
|
||||
#misc options
|
||||
if(NOT MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue