summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da8a2b9..6b2d05a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,7 @@ if (FUD_DOC)
set(DOXYGEN_GENERATE_MAN YES)
doxygen_add_docs(fudDocs
include
- # CONFIG_FILE "Doxyfile"
+ CONFIG_FILE "${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile"
Comment "Generate man pages and html"
)
endif()