summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2019-01-24 00:07:07 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2019-03-13 10:49:54 +0100
commit89847f70426a44cfb236416110457a375ac377a3 (patch)
tree5311c7d649720a4a91b1bfcfe8460484cd45a185 /doc
parent30b9cc540c26b973b7c703b9a2e8dbf42263d296 (diff)
downloaddbus-89847f70426a44cfb236416110457a375ac377a3.tar.gz
Make the output directory used by doxygen absolute to avoid dependency on a particular working directory
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 5a5eb85a..6c29ba45 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -12,6 +12,7 @@ endif()
if(DBUS_ENABLE_DOXYGEN_DOCS)
set(top_srcdir ${CMAKE_SOURCE_DIR})
+ set(top_builddir ${CMAKE_BINARY_DIR})
if(WIN32)
set(DBUS_GENERATE_MAN NO)
else()