Update cglm

This commit is contained in:
2021-07-14 20:12:25 -07:00
parent d1cbb622f6
commit 50784b7663

View File

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