Skip to content

fixes linker issues when including both external freetype lib and vtkfreetype.

Geoff Woodcock requested to merge woodbot/vtk:fix_freetype_includes into master

These changes ensure that the vtkfreetype lib looks at its own headers and does not inadvertently pull in headers from an external freetype lib.

Merge request reports