]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Cmake: cleanup the use of udev and blkid in target_link_lib() 12811/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 6 Jan 2017 10:05:55 +0000 (11:05 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 6 Jan 2017 10:40:31 +0000 (11:40 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/librbd/CMakeLists.txt
src/rbd_replay/CMakeLists.txt
src/test/cls_rbd/CMakeLists.txt
src/test/librbd/CMakeLists.txt

index 10f57cd73c69cb9bcd6842e781b2bf7f52091ac2..a7dce63f564e9681dccc3b3e839c049aca9b4a5a 100644 (file)
@@ -107,7 +107,6 @@ target_link_libraries(librbd LINK_PRIVATE
   cls_journal_client 
   common
   pthread
-  udev
   ${CMAKE_DL_LIBS}
   ${EXTRALIBS})
 if(ENABLE_SHARED)
index 3a05b9a92c399c3323349baac02c4b5f5b76e3d1..e745e894750be40c0a39376bc352c09eeff5d445 100644 (file)
@@ -36,7 +36,6 @@ if(${WITH_BABELTRACE})
     global
     babeltrace
     babeltrace-ctf
-    udev
     ${Boost_DATE_TIME_LIBRARY}
     )
   install(TARGETS rbd-replay-prep DESTINATION bin)
index 17400356b5dc1bdc41db31aa312c2905f3e8776e..7afcf33b3bae6248075d087a5cd84ecdc665e3db 100644 (file)
@@ -14,9 +14,7 @@ target_link_libraries(ceph_test_cls_rbd
   ${CMAKE_DL_LIBS}
   ${CRYPTO_LIBS}
   ${EXTRALIBS}
-  radostest
-  blkid
-  udev)
+  radostest)
 install(TARGETS
   ceph_test_cls_rbd
   DESTINATION ${CMAKE_INSTALL_BINDIR})
index 9a1f3727bfe5d65c31cdf4d7e31b5eb613dc7d4e..46580d012118d0e82c7e188040e588cf5c8d842d 100644 (file)
@@ -132,7 +132,6 @@ target_link_libraries(ceph_test_librbd_fsx
   ${CMAKE_DL_LIBS}
   ${CRYPTO_LIBS}
   ${EXTRALIBS}
-  blkid
   )
 
 install(TARGETS