We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b7d9aa + abe5d02 commit 2f46eb5Copy full SHA for 2f46eb5
primedev/cmake/Findminizip.cmake
@@ -1,4 +1,9 @@
1
if(NOT minizip_FOUND)
2
+
3
+ # zlib 1.3.1 had a cmake change that broke stuff, so this branch on our fork reverts that one commit :)
4
+ set(ZLIB_TAG "fix-things")
5
+ set(ZLIB_REPOSITORY "https://github.com/R2Northstar/zlib")
6
7
check_init_submodule(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip)
8
9
set(MZ_ZLIB
0 commit comments