mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
During CI builds (at least), download progress is just noise. Allow it to be suppressed. Default to `OFF` for Ninja due to the tool's behavior of not showing output until a command is complete (which makes any progress reporting of little use) and `ON` otherwise.
7 lines
226 B
ReStructuredText
7 lines
226 B
ReStructuredText
ExternalData-suppress-progress
|
|
------------------------------
|
|
|
|
* The :module:`ExternalData` module ``ExternalData_add_target`` now supports a
|
|
``SHOW_PROGRESS <bool>`` argument to suppress progress output during the
|
|
build.
|