From bccf457b2054cde1fa7c77626cc622fef8f38774 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 15 May 2016 02:10:41 +0200 Subject: [PATCH] Fix broken install of dbus-arch-deps.h. Reviewed-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99586 --- cmake/dbus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3