Skip to content

Commit

Permalink
Add inactivity timeout for icu download on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Mar 4, 2016
1 parent d55f5fb commit 4d4bfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions training/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4d4bfb5

Please sign in to comment.