diff --git a/CMakeLists.txt b/CMakeLists.txt index f6206ee1e..05e45f1c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/deps/meta-cmake/) FindOrBuildICU( VERSION 58.2 - URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz + URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz URL_HASH MD5=fac212b32b7ec7ab007a12dff1f3aea1 )