We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55f5fb commit 4d4bfb5Copy full SHA for 4d4bfb5
training/CMakeLists.txt
@@ -35,6 +35,7 @@ file(DOWNLOAD
35
"http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-Win${ARCH_DIR_NAME}-msvc10.zip"
36
"${icu_archive}"
37
SHOW_PROGRESS
38
+ INACTIVITY_TIMEOUT 60 # seconds
39
EXPECTED_HASH MD5=${icu_hash}
40
)
41
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xz "${icu_archive}"
0 commit comments