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 b370c33 commit 8aa6507Copy full SHA for 8aa6507
SerialPrograms/CMakeLists.txt
@@ -439,8 +439,8 @@ else() # macOS and Linux
439
440
#we hope to use our own Tesseract build in future so we can rid that dependency
441
#but right now to run on Linux and Mac we need to use external Tesseract library
442
- pkg_search_module(TESSERACT REQUIRED tesseract)
443
- pkg_search_module(LEPTONICA REQUIRED lept)
+ pkg_search_module(TESSERACT tesseract)
+ pkg_search_module(LEPTONICA lept)
444
if (TESSERACT_FOUND AND LEPTONICA_FOUND)
445
target_compile_definitions(SerialProgramsLib PRIVATE PA_TESSERACT UNIX_LINK_TESSERACT)
446
target_include_directories(SerialProgramsLib SYSTEM PRIVATE ${TESSERACT_INCLUDE_DIRS})
0 commit comments