We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40569ab commit 537a340Copy full SHA for 537a340
primedev/cmake/Findminizip.cmake
@@ -1,4 +1,8 @@
1
if(NOT minizip_FOUND)
2
+
3
+ # zlib 1.3.1 had a cmake change that broke stuff, use develop for now where a fix has already been applied
4
+ set(ZLIB_TAG "fix-things")
5
6
check_init_submodule(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip)
7
8
set(MZ_ZLIB
0 commit comments