Skip to content
Snippets Groups Projects
Commit b0bb013f authored by David Gobbi's avatar David Gobbi
Browse files

Fix Java depfile error with Visual Studio generator

The DEPFILE files for the .java custom command were being written
to vtk<Module>Java.dir/<Class>.java.d, which caused errors on the
Visual Studio generators because the vtk<Module>Java.dir folders
only exist for Ninja and Makefile generators.  This is fixed by
writing the DEPFILE to vtk<Module>Java/<Class>.java.d instead.
parent 890f51c5
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment