Fix tag typo in CMake section of readme.md

This commit is contained in:
Oleg Morozov
2025-04-30 02:14:15 +03:00
committed by Christophe
parent 65a83c9025
commit 35f93adc50

View File

@@ -95,7 +95,7 @@ include(FetchContent)
FetchContent_Declare(
glm
GIT_REPOSITORY https://github.com/g-truc/glm.git
GIT_TAG bf71a834948186f4097caa076cd2663c69a10e1e #refs/tags/1.0.1
GIT_TAG 0af55ccecd98d4e5a8d1fad7de25ba429d60e863 #refs/tags/1.0.1
)
FetchContent_MakeAvailable(glm)