]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rbd_fuse/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / rbd_fuse / CMakeLists.txt
index efeda706cc8a5beac236bcdc1ddc662e09d0cad6..e0bd3e2497d15eb21ae3341f3ab30863a353d0ca 100644 (file)
@@ -1,5 +1,5 @@
 add_executable(rbd-fuse
   rbd-fuse.cc)
 target_link_libraries(rbd-fuse
-  librbd librados ${FUSE_LIBRARIES})
+  ceph-common librbd librados global ${FUSE_LIBRARIES})
 install(TARGETS rbd-fuse DESTINATION bin)