diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b9890db7..48dc065cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)