]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rbd_fuse/CMakeLists.txt
update sources to v12.1.3
[ceph.git] / ceph / src / rbd_fuse / CMakeLists.txt
index 618992b776a1d876708f4c166cd98d45efb1def2..efeda706cc8a5beac236bcdc1ddc662e09d0cad6 100644 (file)
@@ -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)