mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Add inactivity timeout for icu download on windows
This commit is contained in:
parent
d55f5fbcf4
commit
4d4bfb552c
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user