From e8d075907f1407ebbd4080b0aedaa14f7091cde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 23 Jul 2023 19:32:44 +0800 Subject: [PATCH] CMake: show progress when fetching deps --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)