Browse Source

FindMagnum.cmake: fixed finding of Text library.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
c0b8e65d75
  1. 2
      modules/FindMagnum.cmake

2
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

Loading…
Cancel
Save