Build problem ( opencv 3.0, cuda 7)
I Use windows7 64bit, use following CMake options
BUILD_opencv_world checked. warning message
CMake Warning (dev) at cmake/OpenCVUtils.cmake:798 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "opencv_calib3d". Call Stack (most recent call first): CMakeLists.txt:765 (ocv_get_all_libs) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/OpenCVUtils.cmake:798 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "opencv_core". Call Stack (most recent call first): CMakeLists.txt:765 (ocv_get_all_libs) This warning is for project developers. Use -Wno-dev to suppress it. .... .... ....
It does not build properly.
Have you try with previous cuda version? trry do disable opencv_world I have tried with CUDA 7.0 twice with no success but I don't need CUDA now