We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627ba93 commit 93ad6fcCopy full SHA for 93ad6fc
CMakeLists.txt
@@ -195,9 +195,7 @@ if(MZ_ZLIB)
195
if(ZLIB-NG_FOUND AND NOT MZ_FORCE_FETCH_LIBS)
196
message(STATUS "Using ZLIB-NG")
197
198
- list(APPEND MINIZIP_INC ${ZLIB-NG_INCLUDE_DIRS})
199
- list(APPEND MINIZIP_LIB ${ZLIB-NG_LIBRARIES})
200
- list(APPEND MINIZIP_LBD ${ZLIB-NG_LIBRARY_DIRS})
+ list(APPEND MINIZIP_LIB zlib-ng::zlib)
201
202
set(PC_PRIVATE_DEPS "zlib-ng")
203
set(ZLIB_COMPAT OFF)
0 commit comments