Skip to content

Commit ad740dd

Browse files
committed
freetype: disable for Apple frameworks
1 parent ab63d35 commit ad740dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/freetype/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
set(the_description "FreeType module. It enables to draw strings with outlines and mono-bitmaps/gray-bitmaps.")
2+
if(APPLE_FRAMEWORK)
3+
ocv_module_disable(freetype)
4+
endif()
25

36
if(PKG_CONFIG_FOUND)
47
pkg_search_module(FREETYPE freetype2)

0 commit comments

Comments
 (0)