From 1a051707dae50c5b05c00f7e360de065d5ea888a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 9 Mar 2013 19:44:16 +0100 Subject: [PATCH] FindMagnum: it's FindFreetype.cmake, not FindFreeType.cmake. Although the library is still named FreeType. Fixes warnings in dependent projects. --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 4f9d96e06..081fbfa75 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -223,7 +223,7 @@ foreach(component ${Magnum_FIND_COMPONENTS}) set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES Font.h) # Dependencies - find_package(FreeType) + find_package(Freetype) if(NOT FREETYPE_FOUND) unset(MAGNUM_${_COMPONENT}_LIBRARY) endif()