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