File glm-1.0.1-noarch.patch of Package glm
From: Matthias Fehring <buschmann23@opensuse.org>
Date: Wed, 14 May 2025 17:27:00 +0200
Subject: Mark CMake config file as arch independent
This is a header only library.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--- a/CMakeLists.txt 2025-05-14 16:44:57.681696357 +0200
+++ b/CMakeLists.txt 2025-05-14 16:45:35.313300392 +0200
@@ -270,6 +270,7 @@
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/glmConfigVersion.cmake"
COMPATIBILITY AnyNewerVersion
+ ARCH_INDEPENDENT
)
install(
FILES "${CMAKE_CURRENT_BINARY_DIR}/glmConfigVersion.cmake"