cmake: add blkid as dependency to libcommon

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2015-09-01 15:33:31 -04:00 committed by Ali Maredia
parent 57b47b49a5
commit 4cea74a7ce

View 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