]> git.ipfire.org Git - thirdparty/dbus.git/commit
Make sure ctest on Windows uses the currently built dbus library
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 10 Jan 2019 14:29:59 +0000 (15:29 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 10 Jan 2019 19:19:04 +0000 (20:19 +0100)
commit7f9eb9cea8c2329248bdf98418704b4e2ca450bb
tree6f207543a6e87aa557709481c8549c7cd007eb0a
parent85253791ff8b14005988f79ac25a89e36cf9c567
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.
cmake/CMakeLists.txt
cmake/modules/Macros.cmake