MantisBT - CMake
View Issue Details
0014774CMakeModulespublic2014-02-26 07:052014-10-06 10:32
philrosenberg 
 
normalminoralways
closedfixed 
WindowsWindows8.1
CMake 2.8.12.2 
CMake 3.0CMake 3.0 
0014774: FindFreetype cannot find version 2.5
Freetype has restructured its header files as of version 2.5. The check for FREETYPE_INCLUDE_DIR_freetype2 now fails. However, providing the user utilises the #include macros as recommended by freetype (and is now enforced by v2.5) it was redundant anyway so can be safely removed and FREETYPE_INCLUDE_DIR_ft2build presented as the only header file.

I would send in a patch, but I have no idea what is going on with the generation of the FREETYPE_VERSION_STRING and don't want to break this
No tags attached.
Issue History
2014-02-26 07:05philrosenbergNew Issue
2014-02-26 08:02Brad KingNote Added: 0035203
2014-02-26 08:02Brad KingStatusnew => resolved
2014-02-26 08:02Brad KingResolutionopen => fixed
2014-02-26 08:02Brad KingFixed in Version => CMake 3.0
2014-02-26 08:02Brad KingTarget Version => CMake 3.0
2014-10-06 10:32Robert MaynardNote Added: 0036915
2014-10-06 10:32Robert MaynardStatusresolved => closed

Notes
(0035203)
Brad King   
2014-02-26 08:02   
I believe this has already been fixed since 2.8.12:

 FindFreetype: Find ftheader.h with Freetype 2.5
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7435ae7c [^]

 FindFreetype: Detect version string with Freetype 2.5
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc49d820 [^]

 FindFreetype: Remove duplicates in FREETYPE_INCLUDE_DIRS
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9b08e3f5 [^]
(0036915)
Robert Maynard   
2014-10-06 10:32   
Closing resolved issues that have not been updated in more than 4 months.