1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

windows: zlib: internal lib doesnt need find_package

This commit is contained in:
Andy Green 2022-07-06 07:47:01 +01:00
parent ee2e4074e4
commit ea3a0ab9e0

View file

@ -882,7 +882,7 @@ endif()
#
# ZLIB (needed for deflate extension and if LWS_WITH_HTTP_STREAM_COMPRESSION)
#
if (LWS_WITH_ZLIB)
if (LWS_WITH_ZLIB AND NOT LWS_WITH_BUNDLED_ZLIB)
if (NOT ZLIB_FOUND)
if (LWS_WITH_MINIZ)
find_package(Miniz REQUIRED)