Skip to content

Commit

Permalink
Pull zlib from custom fork (#650)
Browse files Browse the repository at this point in the history
Fixes builds failing due to madler/zlib@2e3d86c
  • Loading branch information
ASpoonPlaysGames authored Jan 24, 2024
1 parent 7f84bdf commit abe5d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions primedev/cmake/Findminizip.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit abe5d02

Please sign in to comment.