From 3ae04a25bdc4cd20241850d45aa7ac08bd35c180 Mon Sep 17 00:00:00 2001 From: mayang Date: Sat, 19 Sep 2020 09:50:21 +0800 Subject: [PATCH] MD5 value update in the file icu4c.cmake of branch r0.5 --- cmake/external_libs/icu4c.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_libs/icu4c.cmake b/cmake/external_libs/icu4c.cmake index af69328e55a..003af449b3a 100644 --- a/cmake/external_libs/icu4c.cmake +++ b/cmake/external_libs/icu4c.cmake @@ -8,7 +8,7 @@ else() VER 67.1 LIBS ${LIB_ICU_COMMON} ${LIB_ICU_DATA} ${LIB_ICU_I18N} URL https://github.com/unicode-org/icu/archive/release-67-1.tar.gz - MD5 0c2662a2b0bc80b0eb56495205247c8f + MD5 fd525fb47d8827b0b7da78b51dd2d93f CONFIGURE_COMMAND ${CMAKE_SOURCE_DIR}/scripts/build_icu4c.sh ) include_directories(${icu4c_INC})