Commit 90e90b59 authored by Fabio Bas's avatar Fabio Bas
Browse files

Reverted WITH_SERVER to OFF

parent 6f25e091
...@@ -203,7 +203,7 @@ endif() ...@@ -203,7 +203,7 @@ endif()
include(CPack) include(CPack)
# Compile servatrice (default off) # Compile servatrice (default off)
option(WITH_SERVER "build servatrice" ON) option(WITH_SERVER "build servatrice" OFF)
add_subdirectory(common) add_subdirectory(common)
if(WITH_SERVER) if(WITH_SERVER)
add_subdirectory(servatrice) add_subdirectory(servatrice)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment