Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions primedev/cmake/Findminizip.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
if(NOT minizip_FOUND)

# zlib 1.3.1 had a cmake change that broke stuff, so this branch on our fork reverts that one commit :)
set(ZLIB_TAG "fix-things")
set(ZLIB_REPOSITORY "https://github.com/R2Northstar/zlib")
# zlib 1.3.1 had a cmake change that broke stuff, use develop for now where a fix has already been applied
set(ZLIB_TAG "develop")

check_init_submodule(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip)

Expand Down