summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/apps/filedistributor/CMakeLists.txt
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 /filedistribution/src/apps/filedistributor/CMakeLists.txt
parent3877fbd15fb439ec870a4e9879471f36b2677dee (diff)
Prepare for using other versions of boost and llvm.
Diffstat (limited to 'filedistribution/src/apps/filedistributor/CMakeLists.txt')
-rw-r--r--filedistribution/src/apps/filedistributor/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/filedistribution/src/apps/filedistributor/CMakeLists.txt b/filedistribution/src/apps/filedistributor/CMakeLists.txt
index 33b504cc39f..9d77550bcb1 100644
--- a/filedistribution/src/apps/filedistributor/CMakeLists.txt
+++ b/filedistribution/src/apps/filedistributor/CMakeLists.txt
@@ -11,7 +11,7 @@ vespa_add_executable(filedistribution_filedistributor_app
filedistribution_common
)
target_compile_options(filedistribution_filedistributor_app PRIVATE -DTORRENT_DISABLE_ENCRYPTION -DTORRENT_DISABLE_DHT -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED)
-vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_system-mt-d)
-vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_thread-mt-d)
-vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_program_options-mt-d)
-vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_filesystem-mt-d)
+vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_system${BOOST_LIB_SUFFIX})
+vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_thread${BOOST_LIB_SUFFIX})
+vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_program_options${BOOST_LIB_SUFFIX})
+vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_filesystem${BOOST_LIB_SUFFIX})