diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index 0081f80..e4d4e21 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -88,7 +88,7 @@ check_c_source_compiles( | |||
88 | unset(CMAKE_REQUIRED_FLAGS) | 88 | unset(CMAKE_REQUIRED_FLAGS) |
89 | 89 | ||
90 | if(NOT TARGET ZLIB::ZLIB) | 90 | if(NOT TARGET ZLIB::ZLIB) |
91 | find_package(ZLIB REQUIRED) | 91 | find_package(ZLIB REQUIRED CONFIG) |
92 | endif(NOT TARGET ZLIB::ZLIB) | 92 | endif(NOT TARGET ZLIB::ZLIB) |
93 | 93 | ||
94 | set(LIBMINIZIP_SRCS | 94 | set(LIBMINIZIP_SRCS |