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 29f61bf commit fdb575dCopy full SHA for fdb575d
modules/text/CMakeLists.txt
@@ -7,7 +7,7 @@ if(NOT CMAKE_CROSSCOMPILING OR OPENCV_FIND_TESSERACT)
7
if(Tesseract_FOUND)
8
message(STATUS "Tesseract: YES")
9
set(HAVE_TESSERACT 1)
10
- ocv_include_directories(${Tesseract_INCLUDE_DIR})
+ ocv_include_directories(${Tesseract_INCLUDE_DIRS})
11
ocv_target_link_libraries(${the_module} ${Tesseract_LIBRARIES})
12
else()
13
message(STATUS "Tesseract: NO")
0 commit comments