Skip to content

Commit

Permalink
cmake: os should depend on crypto_plugins not a certain plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Apr 27, 2017
1 parent 29446f2 commit cec0a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit cec0a45

Please sign in to comment.