Update cglm

This commit is contained in:
2021-07-14 20:12:25 -07:00
parent 4a2112e3ce
commit 82a8d21320

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