mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-14 06:44:24 -04:00
Add detection for 3 more architectures
This commit is contained in:
@@ -104,6 +104,9 @@ else()
|
||||
detect_architecture("__arm__" ARM)
|
||||
detect_architecture("__aarch64__" ARM64)
|
||||
detect_architecture("__PPC64__" PPC64)
|
||||
detect_architecture("__s390x__" S390X)
|
||||
detect_architecture("__loongarch__" LOONG64)
|
||||
detect_architecture("__riscv" RISCV)
|
||||
endif()
|
||||
if (NOT DEFINED ARCHITECTURE)
|
||||
message(FATAL_ERROR "Not supported. Please add needed architecture detection.")
|
||||
|
||||
Reference in New Issue
Block a user