Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:7 (FIND_PACKAGE):
  2. By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  3. asked CMake to find a package configuration file provided by "OpenCV", but
  4. CMake did not find one.
  5.  
  6. Could not find a package configuration file provided by "OpenCV" with any
  7. of the following names:
  8.  
  9. OpenCVConfig.cmake
  10. opencv-config.cmake
  11.  
  12. Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  13. "OpenCV_DIR" to a directory containing one of the above files. If "OpenCV"
  14. provides a separate development package or SDK, be sure it has been
  15. installed.
  16.  
  17.  
  18. -- Configuring incomplete, errors occurred!
  19. See also "C:/Users/Uros Prosenik/Desktop/TraPri_Barbara/testbuild/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement