Skip to content

Commit cf0ba9e

Browse files
committed
latexmk fix
1 parent fff516c commit cf0ba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if(DOXYGEN_FOUND AND NOT CMAKE_VERSION VERSION_LESS 3.9)
4141
find_program(LATEXMK latexmk)
4242
if (LATEXMK)
4343
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
44+
COMMAND "BIBINPUTS=${CMAKE_CURRENT_SOURCE_DIR}/latex/bib" openout_any=a latexmk -gg -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
4545
COMMAND latexmk -c -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
4646
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/latex")
4747
endif()

0 commit comments

Comments
 (0)