From: Kefu Chai Date: Thu, 27 Apr 2017 05:28:12 +0000 (+0800) Subject: cmake: os should depend on crypto_plugins not a certain plugin X-Git-Tag: v12.0.3~219^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53726b8ed2c9fe8fc38fc756856f4aebb292c356;p=ceph.git cmake: os should depend on crypto_plugins not a certain plugin Signed-off-by: Kefu Chai --- diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 0fe5a8048d2d..7bd358122f2e 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -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)