mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-09 04:00:20 +01:00
Fix usage of undefined variable DBUS_WIN32 on cmake build system
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88010 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
ea54a97f05
commit
fd4f3ca3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ if (DBUS_ENABLE_EMBEDDED_TESTS)
|
|||
set(SOURCES ${BUS_SOURCES} ${BUS_DIR}/test-main.c)
|
||||
add_test_executable(test-bus "${SOURCES}" ${DBUS_INTERNAL_LIBRARIES} ${XML_LIBRARY})
|
||||
set_target_properties(test-bus PROPERTIES COMPILE_FLAGS ${DBUS_INTERNAL_CLIENT_DEFINITIONS})
|
||||
if (NOT DBUS_WIN32)
|
||||
if (NOT WIN32)
|
||||
set(test_bus_system_SOURCES
|
||||
${XML_SOURCES}
|
||||
${BUS_DIR}/config-parser-common.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue