mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #8862 from tokumeiwokiboushimasu/master
Specify the system minizip's include directory
This commit is contained in:
commit
d9e05559c9
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ endif()
|
|||
pkg_check_modules(MINIZIP minizip>=2.0.0)
|
||||
if(MINIZIP_FOUND)
|
||||
message(STATUS "Using shared minizip")
|
||||
include_directories(${MINIZIP_INCLUDE_DIRS})
|
||||
else()
|
||||
check_vendoring_approved(minizip)
|
||||
message(STATUS "Shared minizip not found, falling back to the static library")
|
||||
|
|
Loading…
Add table
Reference in a new issue