]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: move crypto_plugins target
authorCasey Bodley <cbodley@redhat.com>
Tue, 8 May 2018 18:22:42 +0000 (14:22 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 9 May 2018 13:06:55 +0000 (09:06 -0400)
commit61516bcfac4dff53d0e24f6c4623127465c46d9d
tree1e71d2e5258f7704b3d10803201d2542fa073377
parent42258c637add92deae14f7bd32806f835db07a80
cmake: move crypto_plugins target

the crypto_plugins target was defined in
src/crypto/isa-l/CMakeLists.txt, but this is only included
if(HAVE_INTEL AND HAVE_BETTER_YASM_ELF64 AND (NOT APPLE))

moving it out of the if() block allows the os target to depend on it
even if no plugins are built

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/CMakeLists.txt
src/crypto/CMakeLists.txt [new file with mode: 0644]
src/crypto/isa-l/CMakeLists.txt