this is pretty self explanatory, my end goal is to compile opencv with cuda support for python. I'm on a windows 10 machine, anaconda 3.5, visual studio 2017. I've installed the various tools described in This tutorial, but here is my error:
CMake Error at cmake/FindCUDA.cmake:1078 (include):
include could not find load file:
C:/Users/mikep/Desktop/OpenCV Files/Builds/Mike_OpenCV_Cuda_Windows(3.2.0-9.0.176)/opencv-3.2.0/cmake/FindPackageHandleStandardArgs.cmake
Call Stack (most recent call first):
cmake/OpenCVUtils.cmake:50 (find_package)
cmake/OpenCVDetectCUDA.cmake:16 (find_host_package)
cmake/OpenCVFindLibsPerf.cmake:57 (include)
CMakeLists.txt:558 (include)
CMake Error at cmake/FindCUDA.cmake:1111 (include):
include could not find load file:
C:/Users/mikep/Desktop/OpenCV Files/Builds/Mike_OpenCV_Cuda_Windows(3.2.0-9.0.176)/opencv-3.2.0/cmake/FindCUDA/select_compute_arch.cmake
Call Stack (most recent call first):
cmake/OpenCVUtils.cmake:50 (find_package)
cmake/OpenCVDetectCUDA.cmake:16 (find_host_package)
cmake/OpenCVFindLibsPerf.cmake:57 (include)
CMakeLists.txt:558 (include)
Any help would be greatly appreciated.