mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
CMake: fix systemd directory help text
The option is case sensitive. PR #16695. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
6c10aa33e1
commit
54327d579b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
ON "GUI" OFF
|
ON "GUI" OFF
|
||||||
)
|
)
|
||||||
feature_option_dependent(SYSTEMD
|
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
|
OFF "NOT GUI" OFF
|
||||||
)
|
)
|
||||||
if (STACKTRACE)
|
if (STACKTRACE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue