mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 18:58:43 +00:00
Merge pull request #8776 from Techjar/fix-redump
Require minizip 2.0.0 or newer
This commit is contained in:
commit
295accba2e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue