]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/CMakeLists.txt
import ceph 16.2.6
[ceph.git] / ceph / src / mon / CMakeLists.txt
index 088fa6a0cdd603b40bb3aed15952aa6ad34f3bae..b4056fdb1ecd180cd279933604e7e25cf8d3a447 100644 (file)
@@ -33,7 +33,10 @@ endif()
 
 add_library(mon STATIC
   ${lib_mon_srcs})
-target_link_libraries(mon kv heap_profiler)
+target_link_libraries(mon
+  kv
+  heap_profiler
+  fmt::fmt)
 if(WITH_JAEGER)
   target_link_libraries(mon jaeger-base)
 endif()