MantisBT - VTK |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008660 | VTK | (No Category) | public | 2009-03-03 13:01 | 2016-08-12 09:55 |
|
| Reporter | Nathaniel Waisbrot | |
| Assigned To | David Partyka | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Project | |
| Type | |
|
| Summary | 0008660: FindFREETYPE.cmake is too specific, fails for esoteric paths |
| Description | 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). |
| Steps To Reproduce | |
| Additional Information | The attached patchfile corrects the issue by removing the hard-coded paths and replacing them with the more-general "PATH_SUFFIXES freetype2". |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | FindFREETYPE.cmake.patch (358) 2009-03-03 13:01 https://www.vtk.org/Bug/file/7091/FindFREETYPE.cmake.patch |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2009-03-03 13:01 | Nathaniel Waisbrot | New Issue | |
| 2009-03-03 13:01 | Nathaniel Waisbrot | File Added: FindFREETYPE.cmake.patch | |
| 2010-11-30 23:15 | David Partyka | Assigned To | => David Partyka |
| 2010-11-30 23:15 | David Partyka | Status | backlog => tabled |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037060 | |
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed |
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved |