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.
1 parent b236c71 commit 3ada7c4Copy full SHA for 3ada7c4
modules/cudaarithm/CMakeLists.txt
@@ -18,7 +18,7 @@ if(ENABLE_CUDA_FIRST_CLASS_LANGUAGE)
18
endif()
19
if(HAVE_CUFFT)
20
# static version requires seperable compilation which is incompatible with opencv's current library structure
21
- list(APPEND optional_dependencies CUDA::cufft)
+ list(APPEND optional_dependencies CUDA::cufft${CUDA_LIB_EXT})
22
23
else()
24
if(HAVE_CUBLAS)
0 commit comments