We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8634252 commit abf44fcCopy full SHA for abf44fc
modules/freetype/CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
19
20
21
if( FREETYPE_FOUND AND HARFBUZZ_FOUND )
22
- ocv_define_module(freetype opencv_core opencv_imgproc PRIVATE_REQUIRED ${freetype2_LIBRARIES} ${harfbuzz_LIBRARIES} WRAP python)
+ ocv_define_module(freetype opencv_core opencv_imgproc PRIVATE_REQUIRED ${FREETYPE_LIBRARIES} ${HARFBUZZ_LIBRARIES} WRAP python)
23
ocv_include_directories( ${FREETYPE_INCLUDE_DIRS} ${HARFBUZZ_INCLUDE_DIRS} )
24
else()
25
ocv_module_disable(freetype)
0 commit comments