Skip to content

Commit abf44fc

Browse files
committed
Fix Opencv3.2 freetype module build failed in macOS10.12 #919
1 parent 8634252 commit abf44fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/freetype/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919

2020

2121
if( FREETYPE_FOUND AND HARFBUZZ_FOUND )
22-
ocv_define_module(freetype opencv_core opencv_imgproc PRIVATE_REQUIRED ${freetype2_LIBRARIES} ${harfbuzz_LIBRARIES} WRAP python)
22+
ocv_define_module(freetype opencv_core opencv_imgproc PRIVATE_REQUIRED ${FREETYPE_LIBRARIES} ${HARFBUZZ_LIBRARIES} WRAP python)
2323
ocv_include_directories( ${FREETYPE_INCLUDE_DIRS} ${HARFBUZZ_INCLUDE_DIRS} )
2424
else()
2525
ocv_module_disable(freetype)

0 commit comments

Comments
 (0)