From 5ae132a7b6c3ea010b6aa29a94cde3e4f8ecec16 Mon Sep 17 00:00:00 2001 From: Misaka Mikoto Date: Thu, 28 Oct 2021 21:21:12 +0800 Subject: [PATCH] cmake: fix SS on by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dbfd27ae..92f8762e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)