From cffdafb58ee5e35402ffeca95e4ce75607560806 Mon Sep 17 00:00:00 2001 From: "T.J. Mercier" Date: Sat, 15 Jul 2017 20:27:45 -0700 Subject: [PATCH] Add libtesseract as a library name --- src/cmake_modules/FindTesseract.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmake_modules/FindTesseract.cmake b/src/cmake_modules/FindTesseract.cmake index c1c5d38..3c73816 100644 --- a/src/cmake_modules/FindTesseract.cmake +++ b/src/cmake_modules/FindTesseract.cmake @@ -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"