Merge topic 'ExternalProject-download-retry-for-error-code-35'

6f77077feb ExternalProject: Retry download for error code 35

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9464
This commit is contained in:
Brad King
2024-04-29 13:40:19 +00:00
committed by Kitware Robot

View File

@@ -100,7 +100,7 @@ message(STATUS "Downloading...
timeout='@TIMEOUT_MSG@'
inactivity timeout='@INACTIVITY_TIMEOUT_MSG@'"
)
set(download_retry_codes 7 6 8 15 28)
set(download_retry_codes 7 6 8 15 28 35)
set(skip_url_list)
set(status_code)
foreach(i RANGE ${retry_number})