]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add blkid as dependency to libcommon
authorCasey Bodley <cbodley@redhat.com>
Tue, 1 Sep 2015 19:33:31 +0000 (15:33 -0400)
committerAli Maredia <amaredia@redhat.com>
Thu, 3 Sep 2015 15:39:19 +0000 (11:39 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/CMakeLists.txt

index 6cb44c613b6938365acf137a7dfb86bb4b4e5cb2..798684f718cc97684e74fce46db1088cc96b8bba 100644 (file)
@@ -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