We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a711e2a + 0ccc839 commit a5fdcf9Copy full SHA for a5fdcf9
cmake/OpenCVDetectCUDA.cmake
@@ -31,7 +31,7 @@ endif()
31
32
if(CUDA_FOUND)
33
set(HAVE_CUDA 1)
34
- if(CUDA_VERSION VERSION_GREATER_EQUAL "11.0")
+ if(NOT CUDA_VERSION VERSION_LESS 11.0)
35
# CUDA 11.0 removes nppicom
36
ocv_list_filterout(CUDA_nppi_LIBRARY "nppicom")
37
ocv_list_filterout(CUDA_npp_LIBRARY "nppicom")
0 commit comments