Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. root@beagleboard:~/Count# cmake .
  2. CMake Error at CMakeLists.txt:3 (find_package):
  3. Could not find module FindOpenCV.cmake or a configuration file for package
  4. OpenCV.
  5.  
  6. Adjust CMAKE_MODULE_PATH to find FindOpenCV.cmake or set OpenCV_DIR to the
  7. directory containing a CMake configuration file for OpenCV. The file will
  8. have one of the following names:
  9.  
  10. OpenCVConfig.cmake
  11. opencv-config.cmake
  12.  
  13.  
  14.  
  15. CMake Warning (dev) in CMakeLists.txt:
  16. No cmake_minimum_required command is present. A line of code such as
  17.  
  18. cmake_minimum_required(VERSION 2.8)
  19.  
  20. should be added at the top of the file. The version specified may be lower
  21. if you wish to support older CMake versions for this project. For more
  22. information run "cmake --help-policy CMP0000".
  23. This warning is for project developers. Use -Wno-dev to suppress it.
  24.  
  25. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement