Show git download progress with FetchContent (#1869)

Some downloads are slower and showing progress is better than sitting there doing nothing
This commit is contained in:
David Markowitz
2025-09-07 18:03:00 -07:00
committed by GitHub
parent f6c13d9ee6
commit 566a18df38
4 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ if(UNIX AND NOT APPLE)
FetchContent_Declare(
backtrace
GIT_REPOSITORY https://github.com/ianlancetaylor/libbacktrace.git
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(backtrace)