Skip to content

cmake: find VTK and ParaView with components

Ben Boeckel requested to merge ben.boeckel/smtk:find-vtk-components into master

By default, they'll import all modules. This inflates the number of include directories used and breaks build directories with long names on Windows due to the short command line length limits.

Merge request reports