From c0b8e65d75216992bebbf6e358336bb02199baa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 29 Mar 2013 10:51:36 +0100 Subject: [PATCH] FindMagnum.cmake: fixed finding of Text library. --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 9cc751b7b..0f815fc4a 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -246,7 +246,7 @@ foreach(component ${Magnum_FIND_COMPONENTS}) # Text library if(${component} STREQUAL Text) - set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES Font.h) + set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES AbstractFont.h) endif() # TextureTools library