From 54327d579bccbc0b2e151445800ae8d43d1cd2f7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 23 Mar 2022 04:56:14 +0000 Subject: [PATCH] CMake: fix systemd directory help text The option is case sensitive. PR #16695. Signed-off-by: Sam James --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 063c169f2..c2f6d15e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)