diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/linux/ArchSetup.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake index 848723af1f..4083483173 100644 --- a/cmake/scripts/linux/ArchSetup.cmake +++ b/cmake/scripts/linux/ArchSetup.cmake @@ -43,6 +43,9 @@ else() elseif(CPU MATCHES ppc64le) set(ARCH ppc64le) set(NEON False) + elseif(CPU MATCHES loongarch64) + set(ARCH loongarch64) + set(NEON False) else() message(SEND_ERROR "Unknown CPU: ${CPU}") endif() |