mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-12-15 00:03:27 -05:00
parent
d24b20f7d2
commit
ff31de95d1
3
third_party/cpu_features/CMakeLists.txt.in
vendored
3
third_party/cpu_features/CMakeLists.txt.in
vendored
@ -9,6 +9,9 @@ ExternalProject_Add(cpu_features
|
||||
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/cpu_features-src"
|
||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/cpu_features-build"
|
||||
CMAKE_ARGS
|
||||
-DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME}
|
||||
-DCMAKE_SYSTEM_PROCESSOR=${CMAKE_SYSTEM_PROCESSOR}
|
||||
-DCMAKE_RC_COMPILER="${CMAKE_RC_COMPILER}"
|
||||
-DCMAKE_POLICY_DEFAULT_CMP0063=NEW
|
||||
-DCMAKE_C_VISIBILITY_PRESET=hidden
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user