mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
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)
|
if(CUDA_FOUND)
|
||||||
set(HAVE_CUDA 1)
|
set(HAVE_CUDA 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user