Dynamic CUDA support library reimplemented as OpenCV module.
This commit is contained in:
@@ -297,6 +297,12 @@ if(BUILD_FAT_JAVA_LIB)
|
||||
list(REMOVE_ITEM __deps ${m})
|
||||
endif()
|
||||
endforeach()
|
||||
if (HAVE_opencv_dynamicuda)
|
||||
list(REMOVE_ITEM __deps "opencv_dynamicuda")
|
||||
endif()
|
||||
if (ANDROID AND HAVE_opencv_gpu)
|
||||
list(REMOVE_ITEM __deps "opencv_gpu")
|
||||
endif()
|
||||
ocv_list_unique(__deps)
|
||||
set(__extradeps ${__deps})
|
||||
ocv_list_filterout(__extradeps "^opencv_")
|
||||
|
Reference in New Issue
Block a user