Advertisement
Guest User

Untitled

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