mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01: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…
x
Reference in New Issue
Block a user