Commit ad740ddf authored by Alexander Alekhin's avatar Alexander Alekhin

freetype: disable for Apple frameworks

parent ab63d35d
set(the_description "FreeType module. It enables to draw strings with outlines and mono-bitmaps/gray-bitmaps.")
if(APPLE_FRAMEWORK)
ocv_module_disable(freetype)
endif()
if(PKG_CONFIG_FOUND)
pkg_search_module(FREETYPE freetype2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment