Update CMakeLists.txt (#2811)

This commit is contained in:
少年买瓜吗 2025-04-10 17:26:35 +08:00 committed by GitHub
parent cb28aeeedc
commit e10a9f04c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ set(GLFW_INSTALL OFF CACHE BOOL " " FORCE)
FetchContent_Declare( FetchContent_Declare(
glbinding glbinding
GIT_REPOSITORY https://github.com/cginternals/glbinding.git GIT_REPOSITORY https://github.com/cginternals/glbinding.git
GIT_TAG v3.3.0 GIT_TAG v3.4.0
GIT_SHALLOW 1 GIT_SHALLOW 1
) )
FetchContent_MakeAvailable(glbinding) FetchContent_MakeAvailable(glbinding)