MantisBT - VTK
View Issue Details
0008660VTK(No Category)public2009-03-03 13:012016-08-12 09:55
Nathaniel Waisbrot 
David Partyka 
normalminoralways
closedmoved 
 
 
0008660: FindFREETYPE.cmake is too specific, fails for esoteric paths
FindFREETYPE.cmake searches for a system freetype. However, it includes the hard-coded paths '/usr/include/freetype2' and '/usr/local/include/freetype2' and is therefore unable to find 'freetype/config/ftheader.h' installed under and path other that those two (even if CMake is aware of freetype's install path).
The attached patchfile corrects the issue by removing the hard-coded paths and replacing them with the more-general "PATH_SUFFIXES freetype2".
No tags attached.
patch FindFREETYPE.cmake.patch (358) 2009-03-03 13:01
https://www.vtk.org/Bug/file/7091/FindFREETYPE.cmake.patch
Issue History
2009-03-03 13:01Nathaniel WaisbrotNew Issue
2009-03-03 13:01Nathaniel WaisbrotFile Added: FindFREETYPE.cmake.patch
2010-11-30 23:15David PartykaAssigned To => David Partyka
2010-11-30 23:15David PartykaStatusbacklog => tabled
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037060
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0037060)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.