]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: Add blkin libs to target_link_libraries
authorvears91 <templar996@gmail.com>
Sat, 25 Jun 2016 18:21:24 +0000 (21:21 +0300)
committerSage Weil <sage@redhat.com>
Fri, 5 May 2017 18:05:24 +0000 (14:05 -0400)
Signed-off-by: Victor Araujo <ve.ar91@gmail.com>
src/CMakeLists.txt

index 73b6b78fcb27fac8994d85e2bb86e33a87b23cac..152e22a74993479d0a1eee07072fbe1fc2b1e303 100644 (file)
@@ -625,6 +625,7 @@ install(TARGETS ceph-common DESTINATION ${CMAKE_INSTALL_PKGLIBDIR})
 
 add_library(common_utf8 STATIC common/utf8.c)
 
+target_link_libraries(common json_spirit common_utf8 erasure_code rt uuid resolv ${CRYPTO_LIBS} ${Boost_LIBRARIES} ${BLKID_LIBRARIES} ${EXECINFO_LIBRARIES} ${BLKIN_LIBRARIES})
 if(${WITH_LTTNG})
   add_subdirectory(tracing)
   add_dependencies(common-objs oprequest-tp)