Skip to content
Snippets Groups Projects
Forked from VTK / VTK
Source project has a limited visibility.
  • David Gobbi's avatar
    b0bb013f
    Fix Java depfile error with Visual Studio generator · b0bb013f
    David Gobbi authored
    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.
    b0bb013f
    History
    Fix Java depfile error with Visual Studio generator
    David Gobbi authored
    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.