add cmake comment about using a custom zlib
This commit is contained in:
parent
de6acfe54e
commit
89e7a35a81
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user