mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
7 lines
265 B
ReStructuredText
7 lines
265 B
ReStructuredText
file-download-range
|
|
-------------------
|
|
|
|
* Add the fields ``RANGE_START`` and ``RANGE_END`` to ``file(DOWNLOAD)``.
|
|
Those fields provide a convenient way to specify the range, passed to the
|
|
libcurl, which can be useful for downloading parts of big binary files.
|