From 0f2241762bdcf7278a67ac0750859c91c9b12de4 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Sat, 8 Nov 2025 13:19:11 +0100 Subject: [PATCH] Update glm --- 3rdParty/glm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/glm/CMakeLists.txt b/3rdParty/glm/CMakeLists.txt index 9428b93..d7a441f 100644 --- a/3rdParty/glm/CMakeLists.txt +++ b/3rdParty/glm/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( glm EXCLUDE_FROM_ALL GIT_REPOSITORY ${GLM_REPO} - GIT_TAG 1.0.1 + GIT_TAG 1.0.2 GIT_SHALLOW TRUE ) set(GLM_TEST_ENABLE OFF CACHE BOOL "" FORCE)