Skip to content

CheckSourceInInstall correctly installs current vtk-m files

Previously we didn't realize that the cmake_install.cmake files would properly walk the entire install tree. Therefore we would try to find each one manually and invoke it. This caused problems with dirty continuous build directories, and was actually unneeded as just including the root cmake_install.cmake is sufficient.

Merge request reports