<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 6/17/2016 11:54 AM, Brad King wrote:<br>
    <blockquote cite="mid:57641D49.7010900@kitware.com" type="cite">
      <pre wrap="">On 06/12/2016 01:52 PM, Stuart Mentzer wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Looking at FindZlib.cmake I think the attached should be OK
</pre>
      </blockquote>
      <pre wrap="">
Thanks.  I've applied that as a patch here:

 FindFreetype: Find release and debug libraries separately
 <a class="moz-txt-link-freetext" href="https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b213a7f6">https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b213a7f6</a>

-Brad
</pre>
    </blockquote>
    Thanks but a line was lost in translation at the bottom:<br>
    <br>
    mark_as_advanced(<br>
      <b>FREETYPE_LIBRARY</b><br>
      FREETYPE_INCLUDE_DIR_freetype2<br>
      FREETYPE_INCLUDE_DIR_ft2build<br>
    )<br>
    <br>
    SLC handles mark_as_advanced for the _DEBUG and _RELEASE variables
    but I assume we still need the base variable handled in
    FindFreetype.<br>
    <br>
    With that fix, if Eike is OK with this then it is done.<br>
    <br>
    Thanks,<br>
    Stuart<br>
  </body>
</html>