summarylogtreecommitdiffstats
path: root/Fix-Doxygen-command-error.patch
diff options
context:
space:
mode:
authorDaniel Schopf2019-02-03 11:29:07 +0100
committerDaniel Schopf2019-02-03 11:30:19 +0100
commitf27304b89154cef8095202d5ed6fab66a7b1cf28 (patch)
treecd0a5fe30bc959282b13a9a4efd7be45dbf825c2 /Fix-Doxygen-command-error.patch
parent64bd4a22d174b666aab87f959524bfd6f9eb93e1 (diff)
downloadaur-f27304b89154cef8095202d5ed6fab66a7b1cf28.tar.gz
Backport a fix for installing models and fix CMake build issue
Diffstat (limited to 'Fix-Doxygen-command-error.patch')
-rw-r--r--Fix-Doxygen-command-error.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/Fix-Doxygen-command-error.patch b/Fix-Doxygen-command-error.patch
new file mode 100644
index 000000000000..044bf23c2ea0
--- /dev/null
+++ b/Fix-Doxygen-command-error.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e328925d..5da8fcda 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -43,6 +43,7 @@ include(DefaultCompilerStandards)
+
+ # 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)
+ #