Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:14 (find_package):
  2. By not providing "FindTesseract.cmake" in CMAKE_MODULE_PATH this project
  3. has asked CMake to find a package configuration file provided by
  4. "Tesseract", but CMake did not find one.
  5.  
  6. Could not find a package configuration file provided by "Tesseract"
  7. (requested version 4.0) with any of the following names:
  8.  
  9. TesseractConfig.cmake
  10. tesseract-config.cmake
  11.  
  12. Add the installation prefix of "Tesseract" to CMAKE_PREFIX_PATH or set
  13. "Tesseract_DIR" to a directory containing one of the above files. If
  14. "Tesseract" provides a separate development package or SDK, be sure it has
  15. been installed.
  16.  
  17.  
  18. set (CMAKE_PREFIX_PATH "C:\\Users\\LZ\\Downloads\\tesseract-4.0.0-alpha")
  19.  
  20.  
  21. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement