How to make Cmake find tesseract library in Windows (Findtesseract.cmake)?
问题 I installed, in Windows, Tesseract, using "Windows Installer made with MinGW-w64 from UB Mannheim" from here, and added to my CMakeLists.txt: find_package(Tesseract REQUIRED) but I get CMake Error at CMakeLists.txt:14 (find_package): By not providing "FindTesseract.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Tesseract", but CMake did not find one. Could not find a package configuration file provided by "Tesseract" (requested