summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2021-12-06 12:22:58 +0100
committerSimon McVittie <smcv@collabora.com>2021-12-10 14:16:52 +0000
commit77375263f5a2eaac8dd2f6708109c519e74a3604 (patch)
treef091fd9811befae60ee70e7391143cb4476f8d41 /README.cmake
parent203e8a4d757e38d3ff3ddc9acfb608028249e3c6 (diff)
downloaddbus-77375263f5a2eaac8dd2f6708109c519e74a3604.tar.gz
cmake: add option ENABLE_VERBOSE_CONFIG
Checking the filenames of generated configuration files is now optionally possible with this cmake option. They are no longer displayed by default to avoid unnecessarily flooding the output.
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 1d32302a..a9e4feb7 100644
--- a/README.cmake
+++ b/README.cmake
@@ -158,6 +158,9 @@ ENABLE_SYSTEMD:STRING=AUTO
// Directory for systemd service files
WITH_SYSTEMD_SYSTEMUNITDIR:STRING=
+// Be verbose on generating config files
+ENABLE_VERBOSE_CONFIG:BOOL=OFF
+
// enable user-session semantics for session bus under systemd
ENABLE_USER_SESSION:BOOL=ON