Problem building opencv 3.1 with cuda 7.5
Dear All,
I currently was to build the new version of opencv with cuda 7.5. I have visual studio 2015 installed and since cuda toolkit 7.5 does not support VS2015 i had to install nsight studio 5.0 to support VS2015. I started building with cmake and upon configuring i get the following 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_cufft_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory C:/opencv/sources/modules/cudev
linked by target "opencv_test_cudev" in directory C:/opencv/sources/modules/cudev/test
linked by target "opencv_perf_core" in directory C:/opencv/sources/modules/core
linked by target "opencv_core" in directory C:/opencv/sources/modules/core
linked by target "opencv_test_core" in directory C:/opencv/sources/modules/core
linked by target "opencv_perf_cudaarithm" in directory C:/opencv/sources/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory C:/opencv/sources/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory C:/opencv/sources/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory C:/opencv/sources/modules/cudaarithm
linked by target "opencv_flann" in directory C:/opencv/sources/modules/flann
linked by target "opencv_test_flann" in directory C:/opencv/sources/modules/flann
linked by target "opencv_perf_imgproc" in directory C:/opencv/sources/modules/imgproc
linked by target "opencv_test_imgproc" in directory C:/opencv/sources/modules/imgproc
linked by target "opencv_imgproc" in directory C:/opencv/sources/modules/imgproc
linked by target "opencv_ml" in directory C:/opencv/sources/modules/ml
linked by target "opencv_test_ml" in directory C:/opencv/sources/modules/ml
linked by target "opencv_perf_video" in directory C:/opencv/sources/modules/video
linked by target "opencv_video" in directory C:/opencv/sources/modules/video
linked by target "opencv_test_video" in directory C:/opencv/sources/modules/video
linked by target "opencv_perf_cudabgsegm" in directory C:/opencv/sources/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory C:/opencv/sources/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory C:/opencv/sources/modules/cudabgsegm
linked by target "opencv_test_cudafilters" in directory C:/opencv/sources/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory C:/opencv/sources/modules/cudafilters
linked by target "opencv_cudafilters" in directory C:/opencv/sources/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory C:/opencv/sources/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory C:/opencv/sources/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory C:/opencv/sources/modules/cudaimgproc
linked by target "opencv_test_cudawarping" in directory C:/opencv/sources/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory C:/opencv/sources/modules/cudawarping
linked by target "opencv_cudawarping" in directory C:/opencv/sources/modules/cudawarping
linked by target "opencv_test_imgcodecs" in directory C:/opencv/sources/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory C:/opencv/sources/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory C:/opencv/sources/modules/imgcodecs
linked by target "opencv_photo" in directory C:/opencv/sources/modules/photo
linked by target "opencv_test_photo" in directory C:/opencv/sources/modules/photo
linked by target "opencv_perf_photo" in directory C:/opencv/sources/modules/photo
linked by ...