AvtechScientific / ASL

Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
http://asl.org.il
GNU Affero General Public License v3.0
217 stars 55 forks source link

Fixup VTK 7.x support, remove VTK 6.x support #50

Closed StefanBruens closed 2 years ago

StefanBruens commented 2 years ago

find_package without version would allow VTK 6.x with a missing vtkftgl component, so specify a minimum version. Remove VTK 6.x, as VTK 7.1.1 is the oldest supported version from Kitware (see https://vtk.org/download/) and 7.1 is 5 years old. Add missing vtkFiltersHybrid component, required for e.g. vtkImplicitModeller::ComputeModelBounds.

AvtechScientific commented 2 years ago

Thank you!