Build problem ( opencv 3.0, cuda 7)

asked 2015-07-02 22:32:11 -0600

joonho1145 gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

LBerger gravatar imageLBerger ( 2015-07-03 15:08:26 -0600 )edit