Fix no-SSE3 build

This commit is contained in:
Robert Schulze 2024-08-11 08:35:47 +00:00
parent eec5fe087c
commit 4502862033
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -179,7 +179,7 @@ else()
message(STATUS "Not using QPL")
endif ()
if (OS_LINUX AND ARCH_AMD64)
if (OS_LINUX AND ARCH_AMD64 AND NOT NO_SSE3_OR_HIGHER)
option (ENABLE_QATLIB "Enable Intel® QuickAssist Technology Library (QATlib)" ${ENABLE_LIBRARIES})
elseif(ENABLE_QATLIB)
message (${RECONFIGURE_MESSAGE_LEVEL} "QATLib is only supported on x86_64")