CMake: show progress when fetching deps

This commit is contained in:
李通洲
2023-07-23 19:32:44 +08:00
parent 5220144ad8
commit e8d075907f
+1
View File
@@ -42,6 +42,7 @@ function(ff_fetch_dep package repo tag)
"${package}"
GIT_REPOSITORY "${repo}"
GIT_TAG "${tag}"
GIT_PROGRESS TRUE
)
FetchContent_GetProperties("${package}")
if(NOT ${package}_POPULATED)