mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
Fix hardnested.cmake
This commit is contained in:
parent
62816a0429
commit
adcfab2775
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ target_compile_definitions(pm3rrg_rdv4_hardnested_nosimd PRIVATE NOSIMD_BUILD)
|
|||
## Mingw platforms: AMD64
|
||||
set(X86_CPUS x86 x86_64 i686 AMD64)
|
||||
set(ARM64_CPUS arm64 aarch64)
|
||||
set(ARM32_CPUS armel armv7-a)
|
||||
set(ARM32_CPUS armel armhf armv7-a)
|
||||
|
||||
message(STATUS "CMAKE_SYSTEM_PROCESSOR := ${CMAKE_SYSTEM_PROCESSOR}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue