disable zstd support for minizip

this should fix some macos issues
This commit is contained in:
mat 2023-02-04 17:31:37 -03:00 committed by GitHub
parent 477070e04d
commit df00ad7b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ if (NOT GEODE_BUILDING_DOCS)
# Zip support (needed for in-memory streams, which zlib's minizip doesn't support)
set(MZ_LZMA Off CACHE INTERNAL "Enables LZMA & XZ compression")
set(MZ_ZSTD Off CACHE INTERNAL "")
CPMAddPackage("gh:zlib-ng/minizip-ng#cee6d8c")
# Regex support