]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
cmake: drop DBUS_VERBOSE_C_S
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 11 Jul 2022 07:17:12 +0000 (11:17 +0400)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Apparently, not used anywhere.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
CMakeLists.txt
cmake/config.h.cmake

index 47953aa3ddee6cbbcd31cf8174453c7c0803e315..c7090d01942fbce0e8a897b7ba48af6986e267a3 100644 (file)
@@ -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)
index f5a1659bb88a43543de8d3621b7f80f6edccb111..75509524ed4a09e6a90c47f9923eb323114d34c8 100644 (file)
 #define SIGHUP 1
 #endif
 
-#cmakedefine DBUS_VERBOSE_C_S 1
-#ifdef DBUS_VERBOSE_C_S
-#define _dbus_verbose_C_S printf
-#else
-#define _dbus_verbose_C_S _dbus_verbose
-#endif 
-
 # if defined(_MSC_VER) && !defined(inline)
 #define inline __inline
 #endif