From 82a8d2132056913b1f230cef1209fb0004f2bc81 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 14 Jul 2021 20:12:25 -0700 Subject: [PATCH] Update cglm --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d69bc68..403140eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ if(NOT cglm_FOUND) FetchContent_Declare( cglm GIT_REPOSITORY https://github.com/recp/cglm - GIT_TAG v0.7.9 + GIT_TAG v0.8.3 ) FetchContent_MakeAvailable(cglm) endif()