summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-08-11 08:29:01 +0200
committerGitHub <noreply@github.com>2017-08-11 08:29:01 +0200
commit8e2b32c28708a2989341797c722f68b07d847c3d (patch)
tree05720d3ffb9bc5b0a9dd9c43a029cd04b201d65a /searchcore
parent71983f66ff47881fa8ab4704669d565793835b43 (diff)
parent2fc16a25d8e8debf70d31530e3e64b210f0c8358 (diff)
Merge pull request #3069 from vespa-engine/toregge/allow-other-boost-and-llvm-versions
Toregge/allow other boost and llvm versions
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/apps/vespa-dump-feed/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
index 6f0773a9927..df2022f2e70 100644
--- a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
+++ b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
@@ -4,5 +4,5 @@ vespa_add_executable(searchcore_vespa-dump-feed_app
vespa-dump-feed.cpp
DEPENDS
)
-vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_system-mt-d)
-vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_filesystem-mt-d)
+vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_system${VESPA_BOOST_LIB_SUFFIX})
+vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_filesystem${VESPA_BOOST_LIB_SUFFIX})