add cmake comment about using a custom zlib

This commit is contained in:
Benjamin Sergeant 2020-07-06 18:34:14 -07:00
parent de6acfe54e
commit 89e7a35a81

View File

@ -199,6 +199,7 @@ if (USE_TLS)
endif()
endif()
# Use ZLIB_ROOT CMake variable if you need to use your own zlib
find_package(ZLIB REQUIRED)
include_directories(${ZLIB_INCLUDE_DIRS})
target_link_libraries(ixwebsocket ${ZLIB_LIBRARIES})