MantisBT - CMake
View Issue Details
0014761CMakeModulespublic2014-02-17 14:552016-06-10 14:31
Marcel Metz 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0014761: FindFreetype.cmake doesn't find libraries as named by upstream build system.
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.
No tags attached.
related to 0014626closed Kitware Robot FindFreetype module needs a new maintainer and an overhaul 
patch FindFreetype-vs-naming.patch (2,449) 2014-02-17 14:55
https://public.kitware.com/Bug/file/5075/FindFreetype-vs-naming.patch
Issue History
2014-02-17 14:55Marcel MetzNew Issue
2014-02-17 14:55Marcel MetzFile Added: FindFreetype-vs-naming.patch
2014-02-17 15:39Brad KingRelationship addedrelated to 0014626
2014-02-17 15:40Brad KingNote Added: 0035135
2014-02-17 15:41Brad KingStatusnew => backlog
2016-06-10 14:29Kitware RobotNote Added: 0042491
2016-06-10 14:29Kitware RobotStatusbacklog => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0035135)
Brad King   
2014-02-17 15:40   
The FindFreetype module has many deficiencies as documented in meta-issue 0014626. It needs a new module maintainer as described here:

 http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]
(0042491)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.