1
0
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:
dawkagaming
2026-07-08 19:13:56 +02:00
parent 8fb29c9ddd
commit 367c86d289
+3
View File
@@ -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.")