When I try to cmake to OpenCv-2.4.3 on Ubuntu,I get this Error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_nvcuvid_LIBRARY (ADVANCED)
And then ,I disabled "with_cuda" option at CMakeLists.txt .After that,I get this warning:
The source directory is the same as binary directory. "make clean" may damage the source tree
I don't have "makefile" at my build folder ,so I cannot install OpenCV-2.4.3.