summaryrefslogtreecommitdiff
path: root/indra/cmake/GLM.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-06-14 14:13:10 +0800
committerErik Kundiman <erik@megapahit.org>2026-06-14 14:13:10 +0800
commitb67d6581c1f54b0856a78224f33e40b37eeeb683 (patch)
tree7771240e895b8931b2e2a0095affcd3704d8c198 /indra/cmake/GLM.cmake
parentb370bd8fdb441f3eb86c4c103112ed0874e29e99 (diff)
parent8bde6901477280e7eaf719daebbf978143e2d0cb (diff)
Merge branch 'main' into 26.326.3
Diffstat (limited to 'indra/cmake/GLM.cmake')
-rw-r--r--indra/cmake/GLM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GLM.cmake b/indra/cmake/GLM.cmake
index e4c6796f6c..957c220bc7 100644
--- a/indra/cmake/GLM.cmake
+++ b/indra/cmake/GLM.cmake
@@ -4,7 +4,7 @@ include(Prebuilt)
add_library( ll::glm INTERFACE IMPORTED )
#use_system_binary( glm )
-if (${LINUX_DISTRO} MATCHES debian)
+if (${LINUX_DISTRO} MATCHES debian OR CMAKE_OSX_ARCHITECTURES MATCHES x86_64 OR ($ENV{MSYSTEM_CARCH} MATCHES aarch64))
use_prebuilt_binary(glm)
elseif (NOT WINDOWS)
find_package( glm REQUIRED )