Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8862 from tokumeiwokiboushimasu/master
Specify the system minizip's include directory
  • Loading branch information
Tilka committed Jun 14, 2020
2 parents 0ef9b99 + 6fb6d16 commit d9e0555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit d9e0555

Please sign in to comment.