summaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
authorarnej27959 <arnej@yahoo-inc.com>2016-06-28 14:39:56 +0200
committerarnej27959 <arnej@yahoo-inc.com>2016-06-28 14:39:56 +0200
commit4c16d716f9ec72a0af95d293cf954bb3829acefa (patch)
treed3dd0976139f71886d67c24b59b2d8da3701ab83 /fsa
parent41686e96180155a6fd747453616c628720505456 (diff)
link with libraries used
* fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
Diffstat (limited to 'fsa')
-rw-r--r--fsa/src/vespa/fsamanagers/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/fsa/src/vespa/fsamanagers/CMakeLists.txt b/fsa/src/vespa/fsamanagers/CMakeLists.txt
index 3e02946c59b..e5de5bc1b1a 100644
--- a/fsa/src/vespa/fsamanagers/CMakeLists.txt
+++ b/fsa/src/vespa/fsamanagers/CMakeLists.txt
@@ -10,6 +10,8 @@ vespa_add_library(fsamanagers
INSTALL lib64
DEPENDS
)
+find_package(Threads REQUIRED)
+target_link_libraries(fsamanagers PUBLIC ${CMAKE_THREAD_LIBS_INIT})
install(FILES
conceptnethandle.h