Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. CMake Warning at cmake/modules/MacroOpenCV.cmake:27 (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. Call Stack (most recent call first):
  17. CMakeLists.txt:120 (DETECT_OPENCV)
  18.  
  19.  
  20. -- Could not find OpenCV normally, trying internal FindOpenCV.cmake
  21. -- Checking GNUCXX version 3/4 to determine OpenCV /opt/net/ path
  22. -- OpenCV Root directory is: OpenCV_DIR-NOTFOUND
  23. CMake Warning at cmake/modules/MacroOpenCV.cmake:58 (message):
  24. OpenCV: Version information not found, your version is probably too old.
  25. Call Stack (most recent call first):
  26. CMakeLists.txt:120 (DETECT_OPENCV)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement