From 74693f80cd8188303b3e164f478988133aef4c84 Mon Sep 17 00:00:00 2001 From: "Tomas Chvatal (scarabeus)" Date: Tue, 4 Nov 2008 15:58:25 +0100 Subject: Remove downserver directory. Not needed anymore. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5200707..a166b73 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -98,7 +98,6 @@ IF ( Server ) MESSAGE ( STATUS "<******************************>" ) SET ( SRC_compile ${SRC_base} ${SRC_server} ) ADD_EXECUTABLE ( ${APPNAME} ${SRC_compile} ) - ADD_SUBDIRECTORY ( downserver ) ENDIF ( Server ) ############################################################################### # CLIENT COMPILATION -- cgit v1.2.3