Skip to content

Commit

Permalink
Merge 00251d1 into 282880a
Browse files Browse the repository at this point in the history
  • Loading branch information
Totktonada committed Apr 15, 2024
2 parents 282880a + 00251d1 commit 77aef7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/BuildICU.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ICU_VERSION release-71-1/icu4c-71_1)
set(ICU_VERSION 71_1)
set(ICU_HASH e06ffc96f59762bd3c929b217445aaec)
set(ICU_PATCHES_DIR ${PROJECT_SOURCE_DIR}/patches)
set(ICU_INSTALL_DIR ${BUNDLED_LIBS_INSTALL_DIR}/icu-prefix)
Expand All @@ -22,7 +22,7 @@ ExternalProject_Add(bundled-icu-project
SOURCE_DIR ${ICU_INSTALL_DIR}/src/icu
BINARY_DIR ${ICU_INSTALL_DIR}/src/icu-build
STAMP_DIR ${ICU_INSTALL_DIR}/src/icu-stamp
URL https://github.com/unicode-org/icu/releases/download/${ICU_VERSION}-src.tgz
URL ${BACKUP_STORAGE}/icu/icu4c-${ICU_VERSION}-src.tgz
URL_MD5 ${ICU_HASH}
CONFIGURE_COMMAND <SOURCE_DIR>/source/configure
CC=${CMAKE_C_COMPILER}
Expand Down
4 changes: 2 additions & 2 deletions cmake/BuildZZIP.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ZZIP_VERSION v0.13.71)
set(ZZIP_VERSION 0.13.71)
set(ZZIP_HASH 1aa094186cf2222e4cda1b91b8fb8f60)
set(ZZIP_INSTALL_DIR ${BUNDLED_LIBS_INSTALL_DIR}/zzip-prefix)
set(ZZIP_INCLUDE_DIR ${ZZIP_INSTALL_DIR}/include)
Expand Down Expand Up @@ -36,7 +36,7 @@ ExternalProject_Add(bundled-zzip-project
SOURCE_DIR ${ZZIP_INSTALL_DIR}/src/zzip
BINARY_DIR ${ZZIP_INSTALL_DIR}/src/zzip-build
STAMP_DIR ${ZZIP_INSTALL_DIR}/src/zzip-stamp
URL https://github.com/gdraheim/zziplib/archive/${ZZIP_VERSION}.tar.gz
URL ${BACKUP_STORAGE}/zziplib/zziplib-${ZZIP_VERSION}.tar.gz
URL_MD5 ${ZZIP_HASH}
CMAKE_ARGS ${ZZIP_CMAKE_FLAGS}
BUILD_BYPRODUCTS ${ZZIP_LIBRARY}
Expand Down

0 comments on commit 77aef7e

Please sign in to comment.