We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf0139 commit 40569abCopy full SHA for 40569ab
primedev/cmake/Findminizip.cmake
@@ -1,9 +1,4 @@
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