cmake: os should depend on crypto_plugins not a certain plugin

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-04-27 13:28:12 +08:00
parent 024314e912
commit 53726b8ed2

View File

@ -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)