opencv/modules/gpulegacy/CMakeLists.txt

10 lines
277 B
CMake
Raw Normal View History

2013-04-18 08:14:43 +02:00
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)