Skip to content

Commit f2a961e

Browse files
aobolenskkmichaelk
andauthored
Fix table of contents generation (#15) (#29)
Co-authored-by: Michael K. <[email protected]>
1 parent 3947004 commit f2a961e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/example/latex/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if (USE_LATEX)
2525
DEPENDS ${report_files})
2626

2727
add_custom_target(${ProjectId}_all_formats ALL)
28+
add_dependencies(${ProjectId}_pdf ${ProjectId}_prebuild)
2829
add_dependencies(${ProjectId}_all_formats ${ProjectId}_pdf)
2930

3031
foreach (report_name ${list_report_names})

0 commit comments

Comments
 (0)