Commit 4574df0a authored by Daenyth's avatar Daenyth
Browse files

Remove testclient cmake option.

This has been obsolete a long time
parent e5d15e8d
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment