Skip to content

Commit 1b5e1bf

Browse files
authored
Merge pull request ceph#51713 from cbodley/wip-58953
cmake: cls_rgw and cls_fifo depend on fmt Reviewed-by: Adam C. Emerson <[email protected]>
2 parents 49e8b64 + 72164b1 commit 1b5e1bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cls/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ if (WITH_RADOSGW)
201201
rgw/cls_rgw_types.cc
202202
${CMAKE_SOURCE_DIR}/src/common/ceph_json.cc)
203203
add_library(cls_rgw SHARED ${cls_rgw_srcs})
204-
target_link_libraries(cls_rgw json_spirit)
204+
target_link_libraries(cls_rgw fmt json_spirit)
205205
target_include_directories(cls_rgw
206206
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/driver/rados"
207207
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw"
@@ -359,6 +359,7 @@ set_target_properties(cls_fifo PROPERTIES
359359
SOVERSION "1"
360360
INSTALL_RPATH ""
361361
CXX_VISIBILITY_PRESET hidden)
362+
target_link_libraries(cls_fifo fmt)
362363
install(TARGETS cls_fifo DESTINATION ${cls_dir})
363364

364365
# cls_test_remote_reads

0 commit comments

Comments
 (0)