Legacy VTK 9.01 Compatability:

Hello All, I have an old VTK based filter that I have working in VTK 9.2+, but when I deploy it to a system that only has VTK 9.0.1 I get the following build error:

error: no matching function for call to ‘vtkCellLinks::BuildLinks()’

I assume there is an equivalent method to build links in older versions I am just not familiar with it. Any insight to how older versions built links would be greatly appreciated to get this issue resolved.

VTK doesn’t have ABI stability, so to deploy to a 9.0-providing location, you’ll need to build against 9.0 as well.