mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-02 15:46:36 +00:00
CMake: search for shared minizip-ng
as minizip
The pkgconfig file for `minizip-ng` is `minizip.pc.cmakein`.
This commit is contained in:
parent
9d350fd56b
commit
2929742d82
@ -790,7 +790,7 @@ endif()
|
||||
|
||||
add_subdirectory(Externals/zlib-ng)
|
||||
|
||||
pkg_check_modules(MINIZIP minizip-ng>=3.0.0)
|
||||
pkg_check_modules(MINIZIP minizip>=3.0.0)
|
||||
if(MINIZIP_FOUND)
|
||||
message(STATUS "Using shared minizip")
|
||||
include_directories(${MINIZIP_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user