diff --git a/primedev/cmake/Findminizip.cmake b/primedev/cmake/Findminizip.cmake index 2884f9092..db80464c7 100644 --- a/primedev/cmake/Findminizip.cmake +++ b/primedev/cmake/Findminizip.cmake @@ -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)