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

vtkParseDependencyTracking: write a trivial file without inputs

parent 6f143a10
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,10 @@ int vtkParse_DependencyTrackingWrite(const char* fname)
++input;
}
}
else
{
write_line(fout, DepTracker.Target, "");
}
fclose(fout);
......
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