Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f560ff4c0 | ||
|
|
002d9c8985 |
@@ -2,8 +2,8 @@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
if(@USE_ZLIB@)
|
||||
if (@USE_ZLIB@)
|
||||
find_dependency(ZLIB)
|
||||
endif()
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "11.4.1"
|
||||
#define IX_WEBSOCKET_VERSION "11.4.2"
|
||||
|
||||
Reference in New Issue
Block a user