mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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…
Add table
Add a link
Reference in a new issue