Fix build when memcpy-bench isn't available

This commit is contained in:
Robert Schulze 2023-05-06 20:26:27 +00:00
parent 6848eafb39
commit 76cf206efe
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -1,6 +1,5 @@
# memcpy_jart.S contains position dependent code
if (CMAKE_POSITION_INDEPENDENT_CODE OR NOT OS_LINUX OR NOT ARCH_AMD64)
message (${RECONFIGURE_MESSAGE_LEVEL} "Not building memcpy-bench due to PIC enabled or not Linux or not x86")
return ()
endif ()