Skip to content

vtkModule: add a way to control FILE_SET usage

Ben Boeckel requested to merge ben.boeckel/vtk:vtkModule-file-set-opt-in into master

Some VTK-using projects turn out to handle installation manually. Such projects need to be able to control the usage of FILE_SET; since they do not know, the default must be OFF.


This fixes the superbuild where TTK is not expecting FILE_SET usage.

Cc: @cory.quammen @dgobbi

Merge request reports