Add inactivity timeout for icu download on windows

This commit is contained in:
Egor Pugin 2016-03-04 12:34:01 +03:00
parent d55f5fbcf4
commit 4d4bfb552c

View File

@ -35,6 +35,7 @@ file(DOWNLOAD
"http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-Win${ARCH_DIR_NAME}-msvc10.zip"
"${icu_archive}"
SHOW_PROGRESS
INACTIVITY_TIMEOUT 60 # seconds
EXPECTED_HASH MD5=${icu_hash}
)
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xz "${icu_archive}"