Skip to content

Commit

Permalink
Merge pull request openalpr#540 from tweej/libtesseract
Browse files Browse the repository at this point in the history
Add libtesseract as a library name
  • Loading branch information
matthill authored Dec 4, 2017
2 parents 50af15d + cffdafb commit 11ce4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake_modules/FindTesseract.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ find_path(Tesseract_INCLUDE_CCUTIL_DIR

# Finally the library itself
find_library(Tesseract_LIB
NAMES tesseract tesseract-static libtesseract303-static
NAMES tesseract libtesseract tesseract-static libtesseract303-static
HINTS "/usr/lib"
"/usr/local/lib"
"/opt/local/lib"
Expand Down

0 comments on commit 11ce4a9

Please sign in to comment.