mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
cmake: add blkid as dependency to libcommon
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
57b47b49a5
commit
4cea74a7ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user