(cmake) DEFLATE -> Deflate in CMake to stop warnings about casing
This commit is contained in:
parent
262f32857f
commit
6a90dc7259
@ -5,7 +5,7 @@ include(FindPackageHandleStandardArgs)
|
|||||||
find_path(DEFLATE_INCLUDE_DIRS libdeflate.h)
|
find_path(DEFLATE_INCLUDE_DIRS libdeflate.h)
|
||||||
find_library(DEFLATE_LIBRARY deflate)
|
find_library(DEFLATE_LIBRARY deflate)
|
||||||
|
|
||||||
find_package_handle_standard_args(DEFLATE
|
find_package_handle_standard_args(Deflate
|
||||||
FOUND_VAR
|
FOUND_VAR
|
||||||
DEFLATE_FOUND
|
DEFLATE_FOUND
|
||||||
REQUIRED_VARS
|
REQUIRED_VARS
|
||||||
|
@ -203,7 +203,7 @@ if (USE_ZLIB)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# brew install libdeflate
|
# brew install libdeflate
|
||||||
find_package(DEFLATE)
|
find_package(Deflate)
|
||||||
if (DEFLATE_FOUND)
|
if (DEFLATE_FOUND)
|
||||||
include_directories(${DEFLATE_INCLUDE_DIRS})
|
include_directories(${DEFLATE_INCLUDE_DIRS})
|
||||||
target_link_libraries(ixwebsocket ${DEFLATE_LIBRARIES})
|
target_link_libraries(ixwebsocket ${DEFLATE_LIBRARIES})
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All changes to this project will be documented in this file.
|
All changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [10.5.6] - 2020-11-07
|
||||||
|
|
||||||
|
(cmake) DEFLATE -> Deflate in CMake to stop warnings about casing
|
||||||
|
|
||||||
## [10.5.5] - 2020-11-07
|
## [10.5.5] - 2020-11-07
|
||||||
|
|
||||||
(ws autoroute) Display result in compliant way (AUTOROUTE IXWebSocket :: N ms) so that result can be parsed easily
|
(ws autoroute) Display result in compliant way (AUTOROUTE IXWebSocket :: N ms) so that result can be parsed easily
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "10.5.5"
|
#define IX_WEBSOCKET_VERSION "10.5.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user