mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake: fix SS on by default
This commit is contained in:
parent
67f532a8c6
commit
5ae132a7b6
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ option(LWS_WITH_SYS_METRICS "Lws Metrics API" OFF)
|
|||
#
|
||||
# Secure Streams
|
||||
#
|
||||
option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" OM)
|
||||
option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" ON)
|
||||
option(LWS_WITH_SECURE_STREAMS_CPP "Secure Streams C++ classes" OFF)
|
||||
option(LWS_WITH_SECURE_STREAMS_PROXY_API "Secure Streams support to work across processes" OFF)
|
||||
option(LWS_WITH_SECURE_STREAMS_SYS_AUTH_API_AMAZON_COM "Auth support for api.amazon.com" OFF)
|
||||
|
|
Loading…
Add table
Reference in a new issue