]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: move crypto_plugins target 22314/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 8 May 2018 18:22:42 +0000 (14:22 -0400)
committerJan Fajerski <jfajerski@suse.com>
Wed, 30 May 2018 07:23:16 +0000 (09:23 +0200)
commitfdbdd89622b047ec740ec00ef134219bc3b440c3
tree9e27b901db621da3977e3bcc5b9b42baadcc4c33
parentd4490c67bf28ac2447f2ab9dfb879ed0eecf2b91
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>
(cherry picked from commit 61516bcfac4dff53d0e24f6c4623127465c46d9d)
src/CMakeLists.txt
src/crypto/CMakeLists.txt [new file with mode: 0644]
src/crypto/isa-l/CMakeLists.txt