aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-12-01 14:13:13 +0100
committerHarald Musum <musum@verizonmedia.com>2020-12-01 14:13:13 +0100
commit9c3c3967f9574c08da66b5d2bea26e6c298f0546 (patch)
tree32fcd726dad3c760c658852f6790857ad1c57027 /CMakeLists.txt
parent008477111ac92e2eec81596a5037a205bbea53ff (diff)
Move code in clustercontroller-apputils into clustercontroller-apps
Code in clustercontroller-apputils is now only used from clustercontroller-apps, so those two modules can be merged
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b2d43dec0ab..b6c87865b91 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,6 @@ add_subdirectory(container-search-gui)
add_subdirectory(container-search-and-docproc)
add_subdirectory(cloud-tenant-cd)
add_subdirectory(clustercontroller-apps)
-add_subdirectory(clustercontroller-apputil)
add_subdirectory(clustercontroller-core)
add_subdirectory(clustercontroller-reindexer)
add_subdirectory(clustercontroller-utils)