@cryptotaxi247 / netdata-1 / commits / 4353dd7d4

Do not build H2O by default. (#18861)

vkalintiris committed Oct 24, 2024 at 18:06 UTC 4353dd7d4962c10d6e53d8734d6c99365c7cf222
1 file changed +1 -1
CMakeLists.txt
+1 -1
@@ -195,7 +195,7 @@ option(ENABLE_BUNDLED_PROTOBUF "Use a vendored copy of protobuf" False)
195 # Experimental features
196 option(ENABLE_WEBRTC "Enable WebRTC dashboard communications (experimental)" False)
197 mark_as_advanced(ENABLE_WEBRTC)
198 -option(ENABLE_H2O "Enable H2O web server (experimental)" True)
198 +option(ENABLE_H2O "Enable H2O web server (experimental)" False)
199 mark_as_advanced(ENABLE_H2O)
200
201 # Other optional functionality