Re: [CMake] FindFreetype works with MinGW but not Visual Studio?

2016-07-21 Thread Stuart Mentzer
On 7/21/2016 6:15 AM, Nicholas Braden wrote: I'm having a weird issue that is driving me crazy. I've attached a minimal test case - it downloads and builds Freetype 2.6.4 as static and then configures a project that just calls find_package(Freetype REQUIRED). If the attachment is not there, you c

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Stuart Mentzer
a051f3dfbcc05787f9a5a;hb=refs/heads/next OK, I can probably figure out how to submit a patch and dev note to the developers mailing list once we resolve these last few (?) issues. Sure. The quick&dirty thing is: git clone g...@cmake.org:cmake.git cd cmake git config user.email "stuart

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Stuart Mentzer
On 6/6/2016 6:02 AM, Rolf Eike Beer wrote: Stuart Mentzer wrote: On 6/6/2016 4:21 AM, Rolf Eike Beer wrote: You wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named freetype*d

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 5:23 AM, Roger Leigh wrote: On 05/06/2016 09:14, Stuart Mentzer wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: It's a reasonable addition, so if you can't come up with a patch yourself I'll have a look if I can do one next week which you can test. Greetings, Ei

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named freetype*d

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-04 Thread Stuart Mentzer
On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named freetype*d*.lib and freetyped isn't in the NAMES list. Is there some variable I can set to get it found o

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-04 Thread Stuart Mentzer
Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named freetype*d*.lib and freetyped isn't in the NAMES list. Is there some variable I can set to get it found or can freetyped get added to NAMES? Thanks, Stuart -- Powered by www.kitware.com Please keep

[CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-04 Thread Stuart Mentzer
Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named freetyped.lib and freetyped isn't in the NAMES list. Is there some variable I can set to get it found or can freetyped get added to NAMES? Thanks, Stuart