Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 295accb

Please sign in to comment.