aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-21 15:42:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-21 15:42:44 +0000
commit57a7b5d17292a63fcfd2a5aafbd0ebbe4dcca3da (patch)
tree15ca0d3a631b797606498404df1e8280b3508255 /searchcore/src/apps
parent58a7afd1bd0cd358a8d19bfefd3e0c2c32daecc1 (diff)
Fold searchlib_uca into searchlib
Diffstat (limited to 'searchcore/src/apps')
-rw-r--r--searchcore/src/apps/proton/CMakeLists.txt1
-rw-r--r--searchcore/src/apps/tests/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/apps/proton/CMakeLists.txt b/searchcore/src/apps/proton/CMakeLists.txt
index 90aefd3dde5..400eb0eacc3 100644
--- a/searchcore/src/apps/proton/CMakeLists.txt
+++ b/searchcore/src/apps/proton/CMakeLists.txt
@@ -24,5 +24,4 @@ vespa_add_executable(searchcore_proton_app
searchcore_proton_metrics
searchcore_fconfig
storageserver_storageapp
- searchlib_searchlib_uca
)
diff --git a/searchcore/src/apps/tests/CMakeLists.txt b/searchcore/src/apps/tests/CMakeLists.txt
index 532c89d6ab7..933be1a6f89 100644
--- a/searchcore/src/apps/tests/CMakeLists.txt
+++ b/searchcore/src/apps/tests/CMakeLists.txt
@@ -22,5 +22,4 @@ vespa_add_executable(searchcore_persistenceconformance_test_app TEST
searchcore_fconfig
vdstestlib
persistence_persistence_conformancetest
- searchlib_searchlib_uca
)