[cmake-developers] FindFreetype patch for Windows debug lib naming
Brad King
brad.king at kitware.com
Fri Jun 17 13:12:43 EDT 2016
On 06/17/2016 01:02 PM, Stuart Mentzer wrote:
> Thanks but a line was lost in translation at the bottom:
>
> mark_as_advanced(
> *FREETYPE_LIBRARY*
> FREETYPE_INCLUDE_DIR_freetype2
> FREETYPE_INCLUDE_DIR_ft2build
> )
>
> SLC handles mark_as_advanced for the _DEBUG and _RELEASE variables
> but I assume we still need the base variable handled in FindFreetype.
I dropped it intentionally. We no longer add FREETYPE_LIBRARY to
the cache, so we are not responsible for marking it as advanced.
We only use the value if it was set by someone else.
-Brad
More information about the cmake-developers
mailing list