Skip to content
  • Mark Salisbury's avatar
    FindFreetype: Normalize slashes when legacy FREETYPE_LIBRARY is specified · 3d42c3ed
    Mark Salisbury authored and Brad King's avatar Brad King committed
    On Windows if you specify the library path using a regular Windows
    path with backslashes, FindFreetype announces that it found the library,
    but the value is reported with backslashes instead of forward slashes.
    This breaks assumptions elsewhere in CMake.  Convert slashes explicitly
    since we have no `find_library` call for `FREETYPE_LIBRARY`.
    3d42c3ed