mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 14:16:20 +00:00
disable h20 (#19218)
This commit is contained in:
parent
0511d08b1f
commit
c66992fdfe
2 changed files with 2 additions and 2 deletions
packaging
|
@ -28,7 +28,7 @@ add_cmake_option CMAKE_BUILD_TYPE RelWithDebInfo
|
|||
add_cmake_option CMAKE_INSTALL_PREFIX /
|
||||
add_cmake_option ENABLE_DASHBOARD on
|
||||
add_cmake_option ENABLE_DBENGINE On
|
||||
add_cmake_option ENABLE_H2O On
|
||||
add_cmake_option ENABLE_H2O Off
|
||||
add_cmake_option ENABLE_ML On
|
||||
|
||||
add_cmake_option ENABLE_PLUGIN_APPS On
|
||||
|
|
|
@ -355,7 +355,7 @@ prepare_cmake_options() {
|
|||
|
||||
enable_feature BUNDLED_JSONC "${NETDATA_BUILD_JSON_C:-0}"
|
||||
enable_feature DBENGINE "${ENABLE_DBENGINE:-1}"
|
||||
enable_feature H2O "${ENABLE_H2O:-1}"
|
||||
enable_feature H2O "${ENABLE_H2O:-0}"
|
||||
enable_feature ML "${NETDATA_ENABLE_ML:-1}"
|
||||
enable_feature PLUGIN_APPS "${ENABLE_APPS:-1}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue