Nathan Moinvaziri
Nathan Moinvaziri
First try a newer version of minizip and using cmake to compile from sources.
Feel free to submit a PR.
Can add it here: https://github.com/zlib-ng/minizip-ng/blob/master/mz_compat_shim.h.in
I have switched to using zlib-ng.
From the CI: ```bash D:\a\minizip-ng\minizip-ng\mz_compat.h(19,10): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory [D:\a\minizip-ng\minizip-ng\test\gtest_minizip.vcxproj] ```
I could be wrong, but I think this CMake: https://github.com/zlib-ng/minizip-ng/blob/ef3ef9a4b8319b94d174d8911404a8b98d319ac7/CMakeLists.txt#L713-L714 needs to add `${ZLIB_SOURCE_DIR}` and `${ZLIB_BINARY_DIR}`.
Should I wait on this PR to make a new release?
It must be a CMake issue, but I don't have a lot of experience with Linux installations. It is best to report the issue to the package maintainer.
What do you propose?
Just compile with `-D MZ_COMPAT=OFF`, otherwise it is intended to function as a replacement.