opencv/modules/gpulegacy/CMakeLists.txt

10 lines
309 B
CMake
Raw Normal View History

2013-04-18 14:14:43 +08:00
if(NOT HAVE_CUDA)
ocv_module_disable(gpulegacy)
endif()
set(the_description "GPU-accelerated Computer Vision (legacy)")
2013-04-18 15:30:54 +08:00
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4130 /wd4324 /wd4512 -Wundef -Wmissing-declarations -Wuninitialized)
2013-04-18 14:14:43 +08:00
ocv_define_module(gpulegacy opencv_core OPTIONAL opencv_objdetect)