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)