mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
10 lines
317 B
CMake
10 lines
317 B
CMake
if(IOS OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
|
|
ocv_module_disable(cudawarping)
|
|
endif()
|
|
|
|
set(the_description "CUDA-accelerated Image Warping")
|
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations)
|
|
|
|
ocv_define_module(cudawarping opencv_imgproc OPTIONAL opencv_cudalegacy)
|