From 4cea74a7ce8f3b8c0973e9b6fdb163062655d7a2 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 1 Sep 2015 15:33:31 -0400 Subject: [PATCH] cmake: add blkid as dependency to libcommon Signed-off-by: Casey Bodley --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6cb44c613b6..798684f718c 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