Skip to content

Commit

Permalink
fix: Use develop version of zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Feb 4, 2024
1 parent 40569ab commit 60d872d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions primedev/cmake/Findminizip.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
if(NOT minizip_FOUND)

# 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)

set(MZ_ZLIB
Expand Down

0 comments on commit 60d872d

Please sign in to comment.