mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Remove testclient cmake option.
This has been obsolete a long time
This commit is contained in:
parent
e5d15e8dbc
commit
4574df0a2e
1 changed files with 0 additions and 6 deletions
|
|
@ -99,9 +99,3 @@ option(WITH_ORACLE "build oracle" ON)
|
||||||
if(WITH_ORACLE)
|
if(WITH_ORACLE)
|
||||||
add_subdirectory(oracle)
|
add_subdirectory(oracle)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Compile testclient (default off)
|
|
||||||
option(WITH_TESTCLIENT "build testclient" OFF)
|
|
||||||
if (WITH_TESTCLIENT)
|
|
||||||
add_subdirectory(testclient)
|
|
||||||
endif()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue