From 4574df0a2e2bafc0610af2ba778a046a1bb6ab8b Mon Sep 17 00:00:00 2001 From: Daenyth Date: Sun, 22 Jun 2014 21:25:57 -0400 Subject: [PATCH] Remove testclient cmake option. This has been obsolete a long time --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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