From de3c886bb22022d52ab909d7ee401aec74c95df4 Mon Sep 17 00:00:00 2001 From: Ahmad-Mukhtar <66535485+Ahmad-Mukhtar@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:39:00 +0500 Subject: [PATCH] Solved the Problem in ICU which was arising during installing the meta toolkit in Windows 10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )