Skip to content

Make sure ctest on Windows uses the currently built dbus library

The ctest application is usually not installed in the dbus build directory. If an older dbus library is contained in this path, it will be used instead of the currently built one, which can lead to runtime errors (e.g.: c0000139) if the internal dbus API differs.

Merge request reports