Skip to content

Commit

Permalink
Merge pull request #28 from AntaresSimulatorTeam/fix/minizip-ng-shared
Browse files Browse the repository at this point in the history
Use zlib-ng instead of zlib
  • Loading branch information
flomnes authored Sep 16, 2022
2 parents 3df90f2 + b59a573 commit 10d7972
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 @@ -5,7 +5,7 @@ find_package(minizip )
if(NOT minizip_FOUND)
set(REPOSITORY "https://github.com/zlib-ng/minizip-ng.git")
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")
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(
NAME
Expand Down

0 comments on commit 10d7972

Please sign in to comment.