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 3947004 commit f2a961eCopy full SHA for f2a961e
modules/example/latex/CMakeLists.txt
@@ -25,6 +25,7 @@ if (USE_LATEX)
25
DEPENDS ${report_files})
26
27
add_custom_target(${ProjectId}_all_formats ALL)
28
+ add_dependencies(${ProjectId}_pdf ${ProjectId}_prebuild)
29
add_dependencies(${ProjectId}_all_formats ${ProjectId}_pdf)
30
31
foreach (report_name ${list_report_names})
0 commit comments