]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: os should depend on crypto_plugins not a certain plugin
authorKefu Chai <kchai@redhat.com>
Thu, 27 Apr 2017 05:28:12 +0000 (13:28 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 27 Apr 2017 05:28:45 +0000 (13:28 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/CMakeLists.txt

index 0fe5a8048d2d2df66aecbe277e99e2ed409282cd..7bd358122f2e5690a73c83a3f6d4cbe85529361b 100644 (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)