Browse Source

FindMagnum: it's FindFreetype.cmake, not FindFreeType.cmake.

Although the library is still named FreeType. Fixes warnings in
dependent projects.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
1a051707da
  1. 2
      modules/FindMagnum.cmake

2
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()

Loading…
Cancel
Save