View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0009780 | CMake | Modules | public | 2009-10-27 02:00 | 2016-01-04 11:52 | ||||
Reporter | Christian Ehrlicher | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-8 | ||||||||
Target Version | Fixed in Version | CMake 3.1 | |||||||
Summary | 0009780: FindFreetype.cmake does not find freetype on windows | ||||||||
Description | We're using the 'official' way to install freetype on windows. But then ft2build.h is in 'include/freetype2' subdir and could not be found by the first FIND_PATH() command. Adding 'PATH_SUFFIXES freetype2' there will solve this issue. It's already there for the second FIND_PATH() command. It would be nice to get this into 2.8.0 so FindFreetype.cmake from kdelibs maybe can go away once they require cmake 2.8.0 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0019749) Christian Ehrlicher (reporter) 2010-03-07 10:39 |
Any news here? Shouldn't be too hard to add this one line :) |
(0021582) Kovarththanan Rajaratnam (developer) 2010-07-31 02:30 |
Should the existing PATH_SUFFIXES be replaced or simply appended? Currently it looks like: FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build ft2build.h HINTS $ENV{FREETYPE_DIR} PATH_SUFFIXES include PATHS /usr/local/X11R6/include /usr/local/X11/include /usr/X11/include /sw/include /opt/local/include /usr/freeware/include ) The current PATH_SUFFIXES looks like a typo? |
(0034692) Brad King (manager) 2013-12-03 13:12 |
The FindFreetype.cmake module needs a new volunteer maintainer and a major overhaul: http://www.cmake.org/Wiki/CMake:Module_Maintainers [^] Moving this issue to the backlog until that happens. |
(0039357) Christian Ehrlicher (reporter) 2015-08-31 04:52 |
This was fixed with commit b79a1f67195f6bb7fddd52215f442f319139b531 - see https://github.com/Kitware/CMake/commit/b79a1f67195f6bb7fddd52215f442f319139b531 [^] |
(0040130) Robert Maynard (manager) 2016-01-04 11:52 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2009-10-27 02:00 | Christian Ehrlicher | New Issue | |
2009-10-27 16:24 | Alex Neundorf | Category | CMake => Modules |
2010-03-07 10:39 | Christian Ehrlicher | Note Added: 0019749 | |
2010-07-31 02:30 | Kovarththanan Rajaratnam | Note Added: 0021582 | |
2010-12-15 07:16 | David Cole | Assigned To | => Eric Wing |
2010-12-15 07:16 | David Cole | Status | new => assigned |
2013-12-03 13:12 | Brad King | Note Added: 0034692 | |
2013-12-03 13:12 | Brad King | Assigned To | Eric Wing => |
2013-12-03 13:12 | Brad King | Status | assigned => backlog |
2013-12-03 13:15 | Brad King | Relationship added | related to 0014626 |
2015-08-31 04:52 | Christian Ehrlicher | Note Added: 0039357 | |
2015-08-31 08:47 | Brad King | Status | backlog => resolved |
2015-08-31 08:47 | Brad King | Resolution | open => fixed |
2015-08-31 08:47 | Brad King | Fixed in Version | => CMake 3.1 |
2016-01-04 11:52 | Robert Maynard | Note Added: 0040130 | |
2016-01-04 11:52 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |