1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

freetype: disable for Apple frameworks

This commit is contained in:
Alexander Alekhin
2017-02-21 19:19:11 +03:00
parent ab63d35db2
commit ad740ddfdf

View File

@@ -1,4 +1,7 @@
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)