Skip to content
Permalink
Browse files
Merge pull request #11439 from SuperSamus/patch-1
CMake: search for shared `minizip-ng` as `minizip`
  • Loading branch information
delroth committed Jan 14, 2023
2 parents 9d350fd + 2929742 commit 5538583
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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})

0 comments on commit 5538583

Please sign in to comment.