summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/DownloadTimeout.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: retry download on recoverable errorsThomas Bernard2020-08-111-0/+5
In order to shorten the download failure of ExternalProject download steps, a download retry is only done when a recoverable network error is encountered.