From 363420dff4ddf7ef834439df421d1047dfe079f6 Mon Sep 17 00:00:00 2001 From: Quinlan Pfiffer Date: Mon, 26 Jan 2015 11:24:03 +0800 Subject: [PATCH] cmake ipv6 default to off Signed-off-by: Quinlan Pfiffer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d890ef5c..6a9d93ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ option(LWS_WITHOUT_EXTENSIONS "Don't compile with extensions" OFF) option(LWS_WITH_LATENCY "Build latency measuring code into the library" OFF) option(LWS_WITHOUT_DAEMONIZE "Don't build the daemonization api" OFF) option(LWS_WITH_LIBEV "Compile with support for libev" OFF) -option(LWS_IPV6 "Compile with support for ipv6" ON) +option(LWS_IPV6 "Compile with support for ipv6" OFF) option(LWS_WITH_HTTP2 "Compile with support for http2" OFF) # Allow the user to override installation directories.