Skip to content
Permalink
Browse files
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.
@@ -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")

0 comments on commit d9e0555

Please sign in to comment.