1
0
Fork 0
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:
Misaka Mikoto 2021-10-28 21:21:12 +08:00 committed by Andy Green
parent 67f532a8c6
commit 5ae132a7b6

View file

@ -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)