Skip to content

Fix Java build with Visual Studio generators

David Gobbi requested to merge dgobbi/vtk:msbuild-java into master

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.

Backport: release

Edited by David Gobbi

Merge request reports

Loading