Skip to content

Update to work with pv master

Robert Maynard requested to merge (removed):update_to_work_with_pv_master into master

This allows cmb to build against the latest version of paraview.

Current ParaView has two major breaking changes.

  1. Libraries FreeTypeOpenGL1 and FreeTypeOpenGL2 have been replaced with just FreeType
  2. VTK's new Ghost Cell and Point API has been merged in.

Merge request reports