Browse Source

CMake: fix systemd directory help text

The option is case sensitive.
PR #16695.

Signed-off-by: Sam James <sam@gentoo.org>
adaptive-webui-19844
Sam James 3 years ago committed by GitHub
parent
commit
54327d579b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -34,7 +34,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux") @@ -34,7 +34,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
ON "GUI" OFF
)
feature_option_dependent(SYSTEMD
"Install systemd service file to a directory manually overridable with Systemd_SERVICES_INSTALL_DIR"
"Install systemd service file to a directory manually overridable with SYSTEMD_SERVICES_INSTALL_DIR"
OFF "NOT GUI" OFF
)
if (STACKTRACE)

Loading…
Cancel
Save