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)
|
||||
add_subdirectory(oracle)
|
||||
endif()
|
||||
|
||||
# Compile testclient (default off)
|
||||
option(WITH_TESTCLIENT "build testclient" OFF)
|
||||
if (WITH_TESTCLIENT)
|
||||
add_subdirectory(testclient)
|
||||
endif()
|
Loading…
Reference in a new issue