Update glm

This commit is contained in:
Georg Hagen
2025-11-08 13:19:11 +01:00
parent 5657f0be49
commit 0f2241762b

View File

@@ -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)