Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Nov 20, 2023
1 parent f3c1161 commit 626a0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
find_package(minizip-ng)
if(NOT minizip-ng_FOUND)
set(REPOSITORY "https://github.com/zlib-ng/minizip-ng.git")
set(TAG "4.0.1")
set(TAG "3.0.6")
set(CMAKE_ARGS_MZ "-DCMAKE_INSTALL_PREFIX=${DEPS_INSTALL_DIR} -DMZ_LZMA=OFF -DMZ_ZSTD=OFF -DMZ_BZIP2=OFF -DMZ_PKCRYPT=OFF -DMZ_WZAES=OFF -DMZ_OPENSSL=OFF -DMZ_ICONV=OFF -DMZ_COMPAT=OFF")

build_git_dependency(
Expand Down

0 comments on commit 626a0d8

Please sign in to comment.