mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Cmake: cleanup the use of udev and blkid in target_link_lib()
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
95bc52abce
commit
b38aa145b2
@ -107,7 +107,6 @@ target_link_libraries(librbd LINK_PRIVATE
|
||||
cls_journal_client
|
||||
common
|
||||
pthread
|
||||
udev
|
||||
${CMAKE_DL_LIBS}
|
||||
${EXTRALIBS})
|
||||
if(ENABLE_SHARED)
|
||||
|
@ -36,7 +36,6 @@ if(${WITH_BABELTRACE})
|
||||
global
|
||||
babeltrace
|
||||
babeltrace-ctf
|
||||
udev
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
)
|
||||
install(TARGETS rbd-replay-prep DESTINATION bin)
|
||||
|
@ -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})
|
||||
|
@ -132,7 +132,6 @@ target_link_libraries(ceph_test_librbd_fsx
|
||||
${CMAKE_DL_LIBS}
|
||||
${CRYPTO_LIBS}
|
||||
${EXTRALIBS}
|
||||
blkid
|
||||
)
|
||||
|
||||
install(TARGETS
|
||||
|
Loading…
Reference in New Issue
Block a user