CMake: rename minizip to minizip-ng

minizip-ng is the new name used by the upstream project as well as all
distros other than Fedora (but it looks like it will be renamed there).
This commit is contained in:
Tillmann Karras
2022-05-28 23:19:55 +01:00
committed by Admiral H. Curtiss
parent 664663e8de
commit 79a7bf02eb
8 changed files with 8 additions and 8 deletions

View File

@ -753,7 +753,7 @@ else()
add_subdirectory(Externals/zlib)
endif()
pkg_check_modules(MINIZIP minizip>=2.0.0)
pkg_check_modules(MINIZIP minizip-ng>=3.0.0)
if(MINIZIP_FOUND)
message(STATUS "Using shared minizip")
include_directories(${MINIZIP_INCLUDE_DIRS})