update minizip-ng to latest commit

this fixes an issue in which some compilers may complain about gz_intmax not being defined - this is intentional to match rob's version of zlib on windows
This commit is contained in:
Chloe 2024-07-25 05:43:38 -07:00 committed by GitHub
parent fc14b30262
commit 4266a82a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,7 @@ if (NOT GEODE_BUILDING_DOCS)
set(MZ_FETCH_LIBS ON CACHE INTERNAL "" FORCE)
set(MZ_FORCE_FETCH_LIBS ${WIN32} CACHE INTERNAL "")
set(SKIP_INSTALL_ALL ON CACHE INTERNAL "")
CPMAddPackage("gh:geode-sdk/minizip-ng#7548419")
CPMAddPackage("gh:geode-sdk/minizip-ng#43d9254")
if (WIN32)
set_target_properties(zlib PROPERTIES SUFFIX "1.dll")
endif()