summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-07-11 11:17:12 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit9016b48cf912cb15cb79522f1937269bbafcf212 (patch)
treeb8804442c3e95480758752434977e45f3506a2e7 /CMakeLists.txt
parenta5c8dda5cfe1ba3baa1fb585ad9b3eba7e000ea7 (diff)
downloaddbus-9016b48cf912cb15cb79522f1937269bbafcf212.tar.gz
cmake: drop DBUS_VERBOSE_C_S
Apparently, not used anywhere. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47953aa3..c7090d01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -209,10 +209,6 @@ include(ConfigureChecks)
# make some more macros available
include(MacroLibrary)
-if(VCS)
- set(DBUS_VERBOSE_C_S 1 CACHE STRING "verbose mode" FORCE)
-endif()
-
if(MSVC)
# controll folders in msvc projects
include(ProjectSourceGroup)