Skip to content

Commit 537a340

Browse files
committed
fix: Use develop version of zlib
1 parent 40569ab commit 537a340

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

primedev/cmake/Findminizip.cmake

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
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+
26
check_init_submodule(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip)
37

48
set(MZ_ZLIB

0 commit comments

Comments
 (0)