Skip to content

Commit

Permalink
Fix path to libleptonica library
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jan 5, 2024
1 parent 2c7dea0 commit 1c13a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FetchTesseract.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ elseif(APPLE)
target_include_directories(Tesseract SYSTEM INTERFACE ${tesseract_SOURCE_DIR}/include)
else()
target_link_libraries(Tesseract INTERFACE ${tesseract_SOURCE_DIR}/lib/libtesseract.a
${tesseract_SOURCE_DIR}/lib/lib/libleptonica.a)
${tesseract_SOURCE_DIR}/lib/libleptonica.a)
target_include_directories(Tesseract SYSTEM INTERFACE ${tesseract_SOURCE_DIR}/include)
endif()

0 comments on commit 1c13a93

Please sign in to comment.