summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/DownloadInactivityResume.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: add INACTIVITY_TIMEOUT argumentThomas Bernard2020-08-181-0/+5
In order to abort transfers on slow connections the ExternalProject command support passing the INACTIVITY_TIMEOUT argument. Fixes: #20992