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 8a1caa0 + 171fbf8 commit ae1a249Copy full SHA for ae1a249
cmake/OpenCVDetectCUDA.cmake
@@ -198,7 +198,7 @@ if(CUDA_FOUND)
198
199
if(${status} EQUAL 0)
200
# cache detected values
201
- set(OPENCV_CACHE_CUDA_ACTIVE_CC ${${result_list}} CACHE INTERNAL "")
+ set(OPENCV_CACHE_CUDA_ACTIVE_CC ${${output}} CACHE INTERNAL "")
202
set(OPENCV_CACHE_CUDA_ACTIVE_CC_check "${__cache_key_check}" CACHE INTERNAL "")
203
endif()
204
0 commit comments