Reverted WITH_SERVER to OFF
This commit is contained in:
parent
6f25e09132
commit
90e90b59a3
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ endif()
|
|||
include(CPack)
|
||||
|
||||
# Compile servatrice (default off)
|
||||
option(WITH_SERVER "build servatrice" ON)
|
||||
option(WITH_SERVER "build servatrice" OFF)
|
||||
add_subdirectory(common)
|
||||
if(WITH_SERVER)
|
||||
add_subdirectory(servatrice)
|
||||
|
|
Loading…
Reference in a new issue