summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-08-01 13:27:29 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-08-01 14:36:49 +0200
commitc85b935c7063793bc6486bb9827860d20f4cf3bb (patch)
tree51b390cfd67f06bd3ffe65e00b0db85eee276119 /searchcore
parent8dc976a0413999572321b1c167f876ebc2dcfdb1 (diff)
Don't depend on gcc libs when using clang
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, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
index 84d1cfb471a..4db36039b3c 100644
--- a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
@@ -22,5 +22,5 @@ vespa_add_library(searchcore_pcommon STATIC
DEPENDS
searchcore_proton_metrics
searchcore_fconfig
- stdc++fs
+ ${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 d47e87e9e03..92cf186f697 100644
--- a/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
@@ -121,5 +121,5 @@ vespa_add_library(searchcore_server STATIC
searchcore_fconfig
searchcore_reference
configdefinitions
- stdc++fs
+ ${VESPA_STDCXX_FS_LIB}
)