[cmake-developers] [PATCH] cmFileCommand: Download continuation support
Brad King
brad.king at kitware.com
Tue Aug 16 14:09:13 EDT 2016
On 08/16/2016 07:11 AM, Titov Denis wrote:
> This patch introduces several options for the file(DOWNLOAD ...) command, which
> would be useful in case of dealing with big files or unstable network connections.
Nice, thanks. Good start. Here are a few minor comments.
> The added options are:
Please also update `Help/command/file.rst` to document these.
> +void crossplatform_sleep(int delay_s)
Please use cmSystemTools::Delay instead.
Thanks,
-Brad
More information about the cmake-developers
mailing list