X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frbd_fuse%2FCMakeLists.txt;h=efeda706cc8a5beac236bcdc1ddc662e09d0cad6;hb=d2e6a577eb19928d58b31d1b6e096ca0f03c4052;hp=618992b776a1d876708f4c166cd98d45efb1def2;hpb=cd7bc3b11cdbe6fa94324b7322fb2a4716a052a7;p=ceph.git diff --git a/ceph/src/rbd_fuse/CMakeLists.txt b/ceph/src/rbd_fuse/CMakeLists.txt index 618992b77..efeda706c 100644 --- a/ceph/src/rbd_fuse/CMakeLists.txt +++ b/ceph/src/rbd_fuse/CMakeLists.txt @@ -1,5 +1,5 @@ add_executable(rbd-fuse rbd-fuse.cc) target_link_libraries(rbd-fuse - ceph-common librbd librados ${FUSE_LIBRARIES}) + librbd librados ${FUSE_LIBRARIES}) install(TARGETS rbd-fuse DESTINATION bin)