summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/ExternalProject')
-rw-r--r--Modules/ExternalProject/download.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject/download.cmake.in b/Modules/ExternalProject/download.cmake.in
index ff8c659082..bf7f209723 100644
--- a/Modules/ExternalProject/download.cmake.in
+++ b/Modules/ExternalProject/download.cmake.in
@@ -108,7 +108,7 @@ message(STATUS "Downloading...
timeout='@TIMEOUT_MSG@'
inactivity timeout='@INACTIVITY_TIMEOUT_MSG@'"
)
-set(download_retry_codes 7 6 8 15)
+set(download_retry_codes 7 6 8 15 28)
set(skip_url_list)
set(status_code)
foreach(i RANGE ${retry_number})