add cmake comment about using a custom zlib
This commit is contained in:
		@@ -199,6 +199,7 @@ if (USE_TLS)
 | 
				
			|||||||
  endif()
 | 
					  endif()
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Use ZLIB_ROOT CMake variable if you need to use your own zlib
 | 
				
			||||||
find_package(ZLIB REQUIRED)
 | 
					find_package(ZLIB REQUIRED)
 | 
				
			||||||
include_directories(${ZLIB_INCLUDE_DIRS})
 | 
					include_directories(${ZLIB_INCLUDE_DIRS})
 | 
				
			||||||
target_link_libraries(ixwebsocket ${ZLIB_LIBRARIES})
 | 
					target_link_libraries(ixwebsocket ${ZLIB_LIBRARIES})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user