[cmake-developers] [CMake 0014761]: FindFreetype.cmake doesn't find libraries as named by upstream build system.

Mantis Bug Tracker mantis at public.kitware.com
Mon Feb 17 14:55:10 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14761 
====================================================================== 
Reported By:                Marcel Metz
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14761
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-02-17 20:55 CET
Last Modified:              2014-02-17 20:55 CET
====================================================================== 
Summary:                    FindFreetype.cmake doesn't find libraries as named
by upstream build system.
Description: 
Hello,

the freetype2 project provides different build systems to build their project.
One of those are visual studio projects which create libraries named according
the schema "freetype<major number><minor number>{,_D,MT,MT_D,ST,ST_D}" This
naming schema isn't honoured by the current FindFreetype2 module.

The attached patch honors nows "freetype<major number><minor number>{,MT}". I'm
not sure how to properly select the _D(ebug) variants so I left this out for
now.

The patch is created against commit 6f03c86b7 of the cmake git repository.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-02-17 20:55 Marcel Metz    New Issue                                    
2014-02-17 20:55 Marcel Metz    File Added: FindFreetype-vs-naming.patch        
           
======================================================================



More information about the cmake-developers mailing list