From 0697ef8b61fb55e85b41adce13b9292aaebc0a60 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Mon, 2 Mar 2015 15:36:26 +0100 Subject: [PATCH] Fixed IMAGE_PATH in Doxyfile.in --- CMakeCommon/CreateDoxygenDocumentationTarget.cmake | 3 --- doc/reference/Doxyfile.in | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeCommon/CreateDoxygenDocumentationTarget.cmake b/CMakeCommon/CreateDoxygenDocumentationTarget.cmake index cb68c71..644f621 100644 --- a/CMakeCommon/CreateDoxygenDocumentationTarget.cmake +++ b/CMakeCommon/CreateDoxygenDocumentationTarget.cmake @@ -40,9 +40,6 @@ function (CreateDoxygenDocumentationTarget) if (TARGET doxygen) # Do nothing, since the repeated adding causes an error else() - - file(COPY ${DOXYGEN_TEMPLATE_FILES} DESTINATION ${PROJECT_BINARY_DIR}) - add_custom_target ( doxygen #ALL diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in index 5cdb6ff..8687631 100644 --- a/doc/reference/Doxyfile.in +++ b/doc/reference/Doxyfile.in @@ -167,7 +167,7 @@ EXCLUDE_SYMBOLS = *test* \ EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO -IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc +IMAGE_PATH = "@CMAKE_SOURCE_DIR@/doc" INPUT_FILTER = FILTER_PATTERNS = FILTER_SOURCE_FILES = NO -- libgit2 0.26.0