Commit 2d81ecce authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed required CUDA version in OpenCVDetectCUDA.cmake

parent bc4f63e5
find_package(CUDA 4.0) find_package(CUDA 4.1)
if(CUDA_FOUND) if(CUDA_FOUND)
set(HAVE_CUDA 1) set(HAVE_CUDA 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment