mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
10 lines
320 B
CMake
10 lines
320 B
CMake
|
if(NOT HAVE_CUDA)
|
||
|
ocv_module_disable(cudalegacy)
|
||
|
endif()
|
||
|
|
||
|
set(the_description "CUDA-accelerated Computer Vision (legacy)")
|
||
|
|
||
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4130 /wd4324 /wd4512 /wd4310 -Wundef -Wmissing-declarations -Wuninitialized)
|
||
|
|
||
|
ocv_define_module(cudalegacy opencv_core OPTIONAL opencv_objdetect)
|