Skip to content

Fix missing file when building smtk on Linux

Since Linux is case-sensitive, the path in CMakeList.txt as VTKToMesh should be replaced with vtkToMesh. Other wise we would have error as VTKDataConverter.h: No such file or directory. Reference in issue #73 (closed) .

Merge request reports