The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=13648 ====================================================================== Reported By: Rolf Eike Beer Assigned To: ====================================================================== Project: CMake Issue ID: 13648 Category: Modules Reproducibility: have not tried Severity: minor Priority: normal Status: new Target Version: CMake 2.8.11 ====================================================================== Date Submitted: 2012-11-03 08:08 EDT Last Modified: 2012-11-03 08:08 EDT ====================================================================== Summary: FindFreetype does not work on Mac 10.7.5 Description: A user reported in IRC that after upgrading to 10.7.5 FindFreetype does not find ftheader.h anymore. This is because this is in /usr/X11/include/freetype2/freetype/config, which is not in the search list for that module. Everything else is in /usr/X11R6 which is in the default Unix search path.
The question is: add the /usr/X11 to FindFreetype or should this me added more generally for Mac? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-11-03 08:08 Rolf Eike Beer 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
