Remove testclient cmake option.

This has been obsolete a long time
This commit is contained in:
Daenyth 2014-06-22 21:25:57 -04:00
parent e5d15e8dbc
commit 4574df0a2e

View file

@ -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()