Skip to content
Permalink
Browse files
Merge pull request #8776 from Techjar/fix-redump
Require minizip 2.0.0 or newer
  • Loading branch information
lioncash committed Apr 29, 2020
2 parents ac18f7e + d5f356f commit 295accb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -610,7 +610,7 @@ else()
add_subdirectory(Externals/zlib)
endif()

pkg_check_modules(MINIZIP minizip)
pkg_check_modules(MINIZIP minizip>=2.0.0)
if(MINIZIP_FOUND)
message(STATUS "Using shared minizip")
else()

0 comments on commit 295accb

Please sign in to comment.