]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: fix checks for WITH_SYSTEM_QATLIB 66097/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 31 Oct 2025 15:26:20 +0000 (11:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 31 Oct 2025 15:27:04 +0000 (11:27 -0400)
commitd74678e0a862e2e97d51f9bf4a4bdd7eca50021a
treeb16b0e793c74a02e87b613f73b1066bafddb41cb
parent6282e42c93b209fa138c130354f1802780cb465d
cmake: fix checks for WITH_SYSTEM_QATLIB

commit 30681236678c7ee006a699b658233388b0f884c8 introduced the cmake
option WITH_SYSTEM_QATLIB, but the checks were based on nonexistent
variable WITH_SYSTEM_QAT

Signed-off-by: Casey Bodley <cbodley@redhat.com>
CMakeLists.txt