summaryrefslogtreecommitdiffstats
path: root/cmake/modules/BuildISALCrypto.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake/crypto: use ExternalProject to build isal crypto libraryCasey Bodley2024-09-051-0/+31
instead of building isa-l_crypto source files directly into the ceph_crypto_isal plugin, use a cmake ExternalProject to build the library with make and expose the static library as cmake target ISAL::Crypto Signed-off-by: Casey Bodley <cbodley@redhat.com>