Merge pull request #540 from tweej/libtesseract

Add libtesseract as a library name
This commit is contained in:
Matthew Hill
2017-12-04 16:36:16 -05:00
committed by GitHub

View File

@@ -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"