We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff516c commit cf0ba9eCopy full SHA for cf0ba9e
doc/CMakeLists.txt
@@ -41,7 +41,7 @@ if(DOXYGEN_FOUND AND NOT CMAKE_VERSION VERSION_LESS 3.9)
41
find_program(LATEXMK latexmk)
42
if (LATEXMK)
43
add_custom_command(TARGET omplapp_doc POST_BUILD
44
- COMMAND "BIBINPUTS=${CMAKE_CURRENT_SOURCE_DIR}/latex/bib" latexmk -gg -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
+ COMMAND "BIBINPUTS=${CMAKE_CURRENT_SOURCE_DIR}/latex/bib" openout_any=a latexmk -gg -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
45
COMMAND latexmk -c -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
46
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/latex")
47
endif()
0 commit comments