mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
This commit is contained in:
parent
e116748c50
commit
4b1a9e23ee
@ -40,6 +40,11 @@ else()
|
||||
message(FATAL_ERROR "Unknown or unsupported processor: " ${CMAKE_SYSTEM_PROCESSOR})
|
||||
endif()
|
||||
|
||||
if(NOT OQS_USE_CPU_EXTENSIONS AND OQS_PORTABLE_BUILD)
|
||||
message(WARNING "OQS_PORTABLE_BUILD requires OQS_USE_CPU_EXTENSIONS")
|
||||
set(OQS_PORTABLE_BUILD OFF)
|
||||
endif()
|
||||
|
||||
if(OQS_PORTABLE_BUILD AND ARCH_X86_64)
|
||||
set(OQS_PORTABLE_X86_64_BUILD ON)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user