[vtk-developers] [VTK 0012688]: FindFREETYPE.cmake fails to find freetype
Mantis Bug Tracker
mantis at public.kitware.com
Mon Oct 31 09:21:31 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=12688
======================================================================
Reported By: Martin Müllenhaupt
Assigned To:
======================================================================
Project: VTK
Issue ID: 12688
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: backlog
Project: TBD
Type: incorrect functionality
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2011-10-31 09:21 EDT
Last Modified: 2011-10-31 09:21 EDT
======================================================================
Summary: FindFREETYPE.cmake fails to find freetype
Description:
I'm using mingw-cross-env to cross compile vtk for win32 on linux. The freetype
headers are installed in ${CMAKE_INSTALL_PREFIX}/include/freetype2 and are not
found by the current FindFREETYPE.cmake script. Adding a "PATH_SUFFIXES
freetype2" option to FIND_PATH did the trick (see attached patch).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-10-31 09:21 Martin MüllenhauptNew Issue
2011-10-31 09:21 Martin MüllenhauptFile Added: vtk-findfreetype.patch
======================================================================
More information about the vtk-developers
mailing list