mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:26:50 +08:00
Add libtesseract as a library name
This commit is contained in:
@@ -59,7 +59,7 @@ find_path(Tesseract_INCLUDE_CCUTIL_DIR
|
|||||||
|
|
||||||
# Finally the library itself
|
# Finally the library itself
|
||||||
find_library(Tesseract_LIB
|
find_library(Tesseract_LIB
|
||||||
NAMES tesseract tesseract-static libtesseract303-static
|
NAMES tesseract libtesseract tesseract-static libtesseract303-static
|
||||||
HINTS "/usr/lib"
|
HINTS "/usr/lib"
|
||||||
"/usr/local/lib"
|
"/usr/local/lib"
|
||||||
"/opt/local/lib"
|
"/opt/local/lib"
|
||||||
|
Reference in New Issue
Block a user