mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
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:
parent
fc14b30262
commit
4266a82a56
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue