From ccb4d3d32de308db958d30a88e7b614a84241c86 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 13 May 2015 10:38:32 +0200 Subject: [PATCH] Fix doxygen generation --- CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7277cdf..f7504e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,7 @@ if(DOXYGEN_FOUND) set(DOXY_CONFIG "${DOXY_DIR}/Doxyfile.in") # Copy doxy.config.in + set(top_srcdir ${CMAKE_SOURCE_DIR}) configure_file("${DOXY_CONFIG}" "${CMAKE_BINARY_DIR}/doxy.config") # Create doc directory -- 1.7.1