1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

enable CUDA support for android

This commit is contained in:
Vladislav Vinogradov
2013-10-30 10:20:45 +04:00
parent d5ead208b7
commit 51663f5612
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if(ANDROID OR IOS)
if(IOS)
ocv_module_disable(gpu)
endif()