docs/api/Doxyfile.cmake - not generating latex

hard-code LATEX_CMD_NAME to latex since we won't
be generating the latex documentation; else we
have an ununitialized variable for @LATEX_COMPILER@
This commit is contained in:
Allen Winter
2021-08-25 15:26:32 -04:00
parent 8b1a9f2a41
commit 78381badd1

View File

@@ -1760,7 +1760,7 @@ LATEX_OUTPUT = latex
# the output language.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_CMD_NAME = @LATEX_COMPILER@
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.