Skip to content
Snippets Groups Projects
Commit 485a06e2 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkParse_MainMulti: also initialize dependency tracking

This fixes `vtkWrapHierarchy` not generating a depfile properly.

(cherry picked from commit 839a6e6b)
parent f811985b
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,12 @@ StringCache* vtkParse_MainMulti(int argc, char* argv[])
exit(1);
}
if (options.DepFileName && options.OutputFileName)
{
vtkParse_InitDependencyTracking(options.OutputFileName);
/* TODO: register response files read in `read_option_file` here. */
}
/* the input file */
options.InputFileName = options.Files[0];
return strings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment