parent
7e91e1871d
commit
508fb6aa5b
62 changed files with 69 additions and 60 deletions
@ -0,0 +1,9 @@ |
|||||||
|
if(NOT HAVE_CUDA) |
||||||
|
ocv_module_disable(gpulegacy) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(the_description "GPU-accelerated Computer Vision (legacy)") |
||||||
|
|
||||||
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wuninitialized) |
||||||
|
|
||||||
|
ocv_define_module(gpulegacy opencv_core OPTIONAL opencv_objdetect) |
@ -1,9 +0,0 @@ |
|||||||
if(NOT HAVE_CUDA) |
|
||||||
ocv_module_disable(gpunvidia) |
|
||||||
endif() |
|
||||||
|
|
||||||
set(the_description "GPU-accelerated Computer Vision (HAL module)") |
|
||||||
|
|
||||||
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations) |
|
||||||
|
|
||||||
ocv_define_module(gpunvidia opencv_core OPTIONAL opencv_objdetect) |
|
Loading…
Reference in new issue