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/glfw.cmake vendored
View File

@@ -2,6 +2,7 @@ FetchContent_Declare(
glfw
GIT_REPOSITORY https://github.com/glfw/glfw.git
GIT_TAG 3.3.6
GIT_PROGRESS TRUE
)
set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "")
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "")