Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake: cleanup the use of udev and blkid in target_link_lib() #12811

Merged
merged 1 commit into from Jan 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/librbd/CMakeLists.txt
Expand Up @@ -107,7 +107,6 @@ target_link_libraries(librbd LINK_PRIVATE
cls_journal_client
common
pthread
udev
${CMAKE_DL_LIBS}
${EXTRALIBS})
if(ENABLE_SHARED)
Expand Down
1 change: 0 additions & 1 deletion src/rbd_replay/CMakeLists.txt
Expand Up @@ -36,7 +36,6 @@ if(${WITH_BABELTRACE})
global
babeltrace
babeltrace-ctf
udev
${Boost_DATE_TIME_LIBRARY}
)
install(TARGETS rbd-replay-prep DESTINATION bin)
Expand Down
4 changes: 1 addition & 3 deletions src/test/cls_rbd/CMakeLists.txt
Expand Up @@ -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})
1 change: 0 additions & 1 deletion src/test/librbd/CMakeLists.txt
Expand Up @@ -132,7 +132,6 @@ target_link_libraries(ceph_test_librbd_fsx
${CMAKE_DL_LIBS}
${CRYPTO_LIBS}
${EXTRALIBS}
blkid
)

install(TARGETS
Expand Down