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:
parent
ee2e4074e4
commit
ea3a0ab9e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue