Skip to content

Commit 2f46eb5

Browse files
Merge branch 'main' into feat/update-for-new-verified-json
2 parents 3b7d9aa + abe5d02 commit 2f46eb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

primedev/cmake/Findminizip.cmake

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

49
set(MZ_ZLIB

0 commit comments

Comments
 (0)