diff --git a/CMakeLists.txt b/CMakeLists.txt index c8756e90..e820c5ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() \ No newline at end of file