From 090dd4993a86a39074f18d304554834459701b84 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sat, 7 Mar 2026 16:41:00 +0000 Subject: [PATCH] Update CMakeLists.txt --- Engine/source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/CMakeLists.txt b/Engine/source/CMakeLists.txt index d5f7aeaad..d439a06e2 100644 --- a/Engine/source/CMakeLists.txt +++ b/Engine/source/CMakeLists.txt @@ -505,7 +505,7 @@ if(ARCH MATCHES "x86_64|amd64|i[3-6]86") set(IS_X86 TRUE) endif() -if(ARCH MATCHES "arm64|aarch64|arm") +if(ARCH MATCHES "arm64|aarch64") set(IS_ARM TRUE) endif()