From 51c0bcba6b535125d92a71885a5b15a57672a247 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 22 Sep 2017 10:33:02 +0200 Subject: [PATCH] Packaging: Remove admin subdirectory #5957 Extracted and adjusted from packaging.diff by @jnweiger and @dschmidt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87fb8d126d6..ff01294e09e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,6 @@ if(BUILD_CLIENT) if(NOT BUILD_LIBRARIES_ONLY) add_subdirectory(doc) add_subdirectory(doc/dev) - add_subdirectory(admin) endif(NOT BUILD_LIBRARIES_ONLY) endif()