Fix WEBUI dependent option value in gui and service

This commit is contained in:
Gioacchino Mazzurco 2026-06-16 23:35:30 +02:00
parent 724db9ae6a
commit 1d7a5ca8b0
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051
2 changed files with 4 additions and 4 deletions

View File

@ -71,14 +71,14 @@ cmake_dependent_option(
"Enable settin Web UI password via terminal in retroshare-service"
OFF
"RS_WEBUI"
ON )
OFF )
cmake_dependent_option(
RS_WEBUI
"Install RetroShare Web UI"
OFF
"RS_JSON_API"
ON )
OFF )
option(
RS_PLUGINS

View File

@ -48,14 +48,14 @@ cmake_dependent_option(
"Enable settin Web UI password via terminal in retroshare-service"
OFF
"RS_WEBUI"
ON )
OFF )
cmake_dependent_option(
RS_WEBUI
"Install RetroShare Web UI"
OFF
"RS_JSON_API"
ON )
OFF )
################################################################################