Change _PHOSPHOR_WEBUI to _STATIC_HOSTING
Changing this config option to better represent what it
does, which is to host the static files from /usr/share/www/
Change-Id: Iaf785666f59f937567b6d0319c884c8ed29d2844
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b8a4ce..bb0ff47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,8 +10,8 @@
option (BMCWEB_ENABLE_KVM "Enable KVM websocket interfaces" ON)
option (BMCWEB_ENABLE_DBUS_REST "Enable rest dbus interfaces" ON)
option (BMCWEB_ENABLE_REDFISH "Enable redfish interfaces" ON)
-option (BMCWEB_ENABLE_PHOSPHOR_WEBUI "Enable webui interfaces; Requires
- DBUS_REST interfaces" ON)
+option (BMCWEB_ENABLE_STATIC_HOSTING "Enable hosting of static files.
+ For example, redfish schema and webui files" ON)
# Insecure options. Every option that starts with a BMCWEB_INSECURE flag should
# not be enabled by default for any platform, unless the author fully