The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14774 ====================================================================== Reported By: philrosenberg Assigned To: ====================================================================== Project: CMake Issue ID: 14774 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 07:05 EST Last Modified: 2014-02-26 07:05 EST ====================================================================== Summary: FindFreetype cannot find version 2.5 Description: 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 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-02-26 07:05 philrosenberg New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
