Skip to content

VTK: update for FindHDF5 and CMake 3.21 fixes

Ben Boeckel requested to merge ben.boeckel/paraview:update-vtk-20210716 into master

This update brings in fixes for the patched FindHDF5 module to continue working with CMake 3.21.

Other changes:

  • importing of the fmt third party library
  • deprecation of legacy ghost cell generators
  • improved ear cutting with the imprint filter
  • warnings in vtkTableFFT, SMPTools, and others
  • a leak in vtkHardwareSelector::Select's Python bindings
  • fixes when interacting with range items
  • fix a crash in vtkOpenSlideReader
  • adding a vtkTGAReader class

Merge request reports