mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-21 07:20:07 +01:00
cmake: drop DBUS_VERBOSE_C_S
Apparently, not used anywhere. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
a5c8dda5cf
commit
9016b48cf9
2 changed files with 0 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -279,13 +279,6 @@
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue