FetchContent GIT_PROGRESS

This commit is contained in:
David Allemang
2022-09-13 14:36:35 -04:00
parent 35ea10b6ff
commit 75725ff499
5 changed files with 5 additions and 0 deletions

1
External/glad.cmake vendored
View File

@@ -2,6 +2,7 @@ FetchContent_Declare(
glad
GIT_REPOSITORY https://github.com/Dav1dde/glad.git
GIT_TAG v0.1.36
GIT_PROGRESS TRUE
)
set(GLAD_PROFILE "core" CACHE INTERNAL "OpenGL profile")
set(GLAD_API "gl=4.6" CACHE INTERNAL "API type/version pairs, like \"gl=3.2,gles=\", no version means latest")