mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 18:29:06 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
e720a26745
commit
0eaabc42c7
@ -37,7 +37,7 @@ if (MSVC AND NOT SW_BUILD AND NOT USE_SYSTEM_ICU)
|
||||
message(STATUS "Downloading latest ICU binaries")
|
||||
|
||||
file(DOWNLOAD
|
||||
"http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-Win${ARCH_DIR_NAME}-msvc10.zip"
|
||||
"https://github.com/unicode-org/icu/releases/download/release-56-1/icu4c-56_1-Win${ARCH_DIR_NAME}-msvc10.zip"
|
||||
"${icu_archive}"
|
||||
SHOW_PROGRESS
|
||||
INACTIVITY_TIMEOUT 300 # seconds
|
||||
|
Loading…
Reference in New Issue
Block a user