mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
cmake: Add cls_opt for vstart target
Adding a dependency on cls_opt for the radosgw so that when the vstart target is made, `radosgw-admin mfa` commands work. Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
70ba58e9e8
commit
f824161a3a
@ -209,7 +209,7 @@ target_link_libraries(radosgw radosgw_a librados
|
||||
# radosgw depends on cls libraries at runtime, but not as link dependencies
|
||||
add_dependencies(radosgw cls_rgw cls_lock cls_refcount
|
||||
cls_log cls_statelog cls_timeindex
|
||||
cls_version cls_user)
|
||||
cls_version cls_user cls_otp)
|
||||
install(TARGETS radosgw DESTINATION bin)
|
||||
|
||||
set(radosgw_admin_srcs
|
||||
|
Loading…
Reference in New Issue
Block a user