summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-07-17 14:46:59 +0200
committerTor Egge <Tor.Egge@online.no>2023-07-17 14:46:59 +0200
commit6b96b8612e482c05265f73913c6449104c2ce6e9 (patch)
treea8ff62da69c3e3aa065d9fd758ecc3004457c55c /searchcore
parentdab95e8297ce1ddedcd64b57606ad03bfa36dce7 (diff)
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}
)