summarylogtreecommitdiffstats
path: root/Fix-Doxygen-command-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Fix-Doxygen-command-error.patch')
-rw-r--r--Fix-Doxygen-command-error.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Fix-Doxygen-command-error.patch b/Fix-Doxygen-command-error.patch
index 044bf23c2ea0..f5b99748d558 100644
--- a/Fix-Doxygen-command-error.patch
+++ b/Fix-Doxygen-command-error.patch
@@ -7,6 +7,6 @@ index e328925d..5da8fcda 100644
# Define options
#
+set(DOXYGEN_LATEX_MAKEINDEX_CMD makeindex)
- set(PROJECT_PREFIX "kim-api" CACHE STRING "Project prefix string")
- mark_as_advanced(KIM_API_PROJECT_PREFIX)
+ set(KIM_API_PROJECT_NAME "kim-api" CACHE STRING "KIM API project name string")
+ mark_as_advanced(KIM_API_PROJECT_NAME)
#