We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e8b64 + 72164b1 commit 1b5e1bfCopy full SHA for 1b5e1bf
src/cls/CMakeLists.txt
@@ -201,7 +201,7 @@ if (WITH_RADOSGW)
201
rgw/cls_rgw_types.cc
202
${CMAKE_SOURCE_DIR}/src/common/ceph_json.cc)
203
add_library(cls_rgw SHARED ${cls_rgw_srcs})
204
- target_link_libraries(cls_rgw json_spirit)
+ target_link_libraries(cls_rgw fmt json_spirit)
205
target_include_directories(cls_rgw
206
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/driver/rados"
207
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw"
@@ -359,6 +359,7 @@ set_target_properties(cls_fifo PROPERTIES
359
SOVERSION "1"
360
INSTALL_RPATH ""
361
CXX_VISIBILITY_PRESET hidden)
362
+target_link_libraries(cls_fifo fmt)
363
install(TARGETS cls_fifo DESTINATION ${cls_dir})
364
365
# cls_test_remote_reads
0 commit comments