Commit 6bf4a7ce authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2510 from asmorkalov:android_cuda_filter_fix

parents 49efc250 b0ad84cf
...@@ -56,8 +56,11 @@ if(ANDROID) ...@@ -56,8 +56,11 @@ if(ANDROID)
# remove CUDA runtime and NPP from regular deps # remove CUDA runtime and NPP from regular deps
# it can be added separately if needed. # it can be added separately if needed.
ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "libcu") ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cusparse")
ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "libnpp") ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cufft")
ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cublas")
ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "npp")
ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cudart")
if(HAVE_CUDA) if(HAVE_CUDA)
# CUDA runtime libraries and are required always # CUDA runtime libraries and are required always
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment