From: Casey Bodley Date: Tue, 1 Sep 2015 19:33:31 +0000 (-0400) Subject: cmake: add blkid as dependency to libcommon X-Git-Tag: v9.1.0~227^2~1^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4cea74a7ce8f3b8c0973e9b6fdb163062655d7a2;p=ceph.git cmake: add blkid as dependency to libcommon Signed-off-by: Casey Bodley --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6cb44c613b69..798684f718cc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -341,7 +341,7 @@ endif(${WITH_PROFILER}) add_library(common_utf8 STATIC common/utf8.c) -target_link_libraries( common json_spirit common_utf8 erasure_code rt uuid ${CRYPTO_LIBS} ${Boost_LIBRARIES}) +target_link_libraries( common json_spirit common_utf8 erasure_code rt uuid ${CRYPTO_LIBS} ${Boost_LIBRARIES} ${BLKID_LIBRARIES}) set(libglobal_srcs global/global_init.cc