mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
cmake: os should depend on crypto_plugins not a certain plugin
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
024314e912
commit
53726b8ed2
@ -82,7 +82,7 @@ endif()
|
||||
target_link_libraries(os kv)
|
||||
|
||||
add_dependencies(os compressor_plugins)
|
||||
add_dependencies(os ceph_crypto_isal)
|
||||
add_dependencies(os crypto_plugins)
|
||||
|
||||
|
||||
if(HAVE_LIBAIO)
|
||||
|
Loading…
Reference in New Issue
Block a user