From: Ralf Habacker Date: Sun, 15 May 2016 00:10:41 +0000 (+0200) Subject: Fix broken install of dbus-arch-deps.h. X-Git-Tag: dbus-1.11.10~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bccf457b2054cde1fa7c77626cc622fef8f38774;p=thirdparty%2Fdbus.git Fix broken install of dbus-arch-deps.h. Reviewed-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99586 --- diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index 86c40589c..9beea5d34 100644 --- a/cmake/dbus/CMakeLists.txt +++ b/cmake/dbus/CMakeLists.txt @@ -22,7 +22,7 @@ set (dbusinclude_HEADERS ${DBUS_DIR}/dbus-syntax.h ${DBUS_DIR}/dbus-threads.h ${DBUS_DIR}/dbus-types.h - dbus-arch-deps.h + ${CMAKE_CURRENT_BINARY_DIR}/dbus-arch-deps.h ) ### source code that goes in the installed client library