summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 13:43:52 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 13:43:52 +0000
commit9baba26067b289068af6000f8305dacf8d1f8c7d (patch)
tree4c899cd465d5f2a1ae062537ba8053683e747c49 /vespaclient
parent3877fbd15fb439ec870a4e9879471f36b2677dee (diff)
Prepare for using other versions of boost and llvm.
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
index 05794018c5c..c81ad46c86e 100644
--- a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
@@ -8,4 +8,4 @@ vespa_add_executable(vespaclient_vespadoclocator_app
INSTALL bin
DEPENDS
)
-vespa_add_target_system_dependency(vespaclient_vespadoclocator_app boost boost_program_options-mt-d)
+vespa_add_target_system_dependency(vespaclient_vespadoclocator_app boost boost_program_options${BOOST_LIB_SUFFIX})