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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user