Skip to content

VTK: fix FILE_SET API usage by dependent projects

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

TTK choked on the unconditional-if-new-enough-CMake usage of FILE_SET usage in the module system. Make it optional.


Also updates the plugin API to support a similar flag and update ParaView's usages to turn them on.

Cc: @cory.quammen @mwestphal

Merge request reports