diff options
Diffstat (limited to 'cmake/modules/FindFreeType.cmake')
| -rw-r--r-- | cmake/modules/FindFreeType.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/modules/FindFreeType.cmake b/cmake/modules/FindFreeType.cmake index 8a39555..771819e 100644 --- a/cmake/modules/FindFreeType.cmake +++ b/cmake/modules/FindFreeType.cmake | |||
| @@ -19,7 +19,8 @@ endif() | |||
| 19 | 19 | ||
| 20 | find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h | 20 | find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h |
| 21 | PATHS ${PC_FREETYPE_INCLUDEDIR} | 21 | PATHS ${PC_FREETYPE_INCLUDEDIR} |
| 22 | ${PC_FREETYPE_INCLUDE_DIRS}) | 22 | ${PC_FREETYPE_INCLUDE_DIRS} |
| 23 | PATH_SUFFIXES freetype2) | ||
| 23 | find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT | 24 | find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT |
| 24 | PATHS ${PC_FREETYPE_LIBDIR}) | 25 | PATHS ${PC_FREETYPE_LIBDIR}) |
| 25 | 26 | ||
