Pull zlib from custom fork (#650)

Fixes builds failing due to 2e3d86c4e1
This commit is contained in:
Jack 2024-01-24 21:58:18 +00:00 committed by GitHub
parent 7f84bdf8fd
commit abe5d029e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
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")
check_init_submodule(${PROJECT_SOURCE_DIR}/primedev/thirdparty/minizip)
set(MZ_ZLIB