summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2023-07-17 16:11:53 +0200
committerGitHub <noreply@github.com>2023-07-17 16:11:53 +0200
commite7e320d7e40f6a2dff5d10b5e0034c3c8a310d07 (patch)
tree8c04660cd79f8047ee408fc522173ebf5cd91634 /searchcore
parent5a8675bdb550b8f1525d8e2b5f497407e2817012 (diff)
parent6b96b8612e482c05265f73913c6449104c2ce6e9 (diff)
Merge pull request #27804 from vespa-engine/toregge/stop-linking-with-stdcxxfs
Stop linking with libstdc++fs
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt2
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
index 7bb1c9b878c..d4de8e578bd 100644
--- a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
@@ -29,6 +29,4 @@ vespa_add_library(searchcore_pcommon STATIC
statusreport.cpp
DEPENDS
searchcore_proton_metrics
- EXTERNAL_DEPENDS
- ${VESPA_STDCXX_FS_LIB}
)
diff --git a/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt b/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
index 0f36ab4e834..f5544ed1b15 100644
--- a/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
@@ -126,6 +126,4 @@ vespa_add_library(searchcore_server STATIC
searchcore_summaryengine
searchcore_reference
configdefinitions
- EXTERNAL_DEPENDS
- ${VESPA_STDCXX_FS_LIB}
)