fixed required CUDA version in OpenCVDetectCUDA.cmake
This commit is contained in:
parent
bc4f63e5bd
commit
2d81ecce23
@ -1,4 +1,4 @@
|
|||||||
find_package(CUDA 4.0)
|
find_package(CUDA 4.1)
|
||||||
|
|
||||||
if(CUDA_FOUND)
|
if(CUDA_FOUND)
|
||||||
set(HAVE_CUDA 1)
|
set(HAVE_CUDA 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user