aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-21 19:00:58 +0100
committerGitHub <noreply@github.com>2022-02-21 19:00:58 +0100
commit91d75605d62b4d0604cfb147f4b97863c9112157 (patch)
tree49b08e0b66fdec37bce82643b5c310db0cb41a7b /searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt
parenta7e8bb9dcf3c674a3756e0f0383384593856415a (diff)
parent9d83cff2851b2126700b1b3cf7b4080ac7c8fb81 (diff)
Merge pull request #21294 from vespa-engine/revert-21281-balder/use-common-transport
Revert "Use a common FNET_Transport owned by Proton in both SceduledExecutor …"
Diffstat (limited to 'searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt b/searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt
index 61325ccb125..9b40ae19c99 100644
--- a/searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt
+++ b/searchcore/src/tests/proton/server/shared_threading_service/CMakeLists.txt
@@ -3,7 +3,6 @@ vespa_add_executable(searchcore_shared_threading_service_test_app TEST
SOURCES
shared_threading_service_test.cpp
DEPENDS
- searchcore_test
searchcore_server
GTest::GTest
)