From 046b2bde6d93992c36d4943c4f7859993f034ca1 Mon Sep 17 00:00:00 2001 From: vears91 Date: Sat, 25 Jun 2016 21:21:24 +0300 Subject: [PATCH] cmake: Add blkin libs to target_link_libraries Signed-off-by: Victor Araujo --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73b6b78fcb27..152e22a74993 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -625,6 +625,7 @@ install(TARGETS ceph-common DESTINATION ${CMAKE_INSTALL_PKGLIBDIR}) add_library(common_utf8 STATIC common/utf8.c) +target_link_libraries(common json_spirit common_utf8 erasure_code rt uuid resolv ${CRYPTO_LIBS} ${Boost_LIBRARIES} ${BLKID_LIBRARIES} ${EXECINFO_LIBRARIES} ${BLKIN_LIBRARIES}) if(${WITH_LTTNG}) add_subdirectory(tracing) add_dependencies(common-objs oprequest-tp) -- 2.47.3