416fb50594
This reverts commit fba72cb60d27905cce9f1390250adf13d5355c03, reversing changes made to 02131ffb620f349617a65da334591eca5d3cb23b.
8 lines
244 B
CMake
8 lines
244 B
CMake
if(ANDROID OR IOS)
|
|
ocv_module_disable(superres)
|
|
endif()
|
|
|
|
set(the_description "Super Resolution")
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 -Wundef)
|
|
ocv_define_module(superres opencv_imgproc opencv_video OPTIONAL opencv_gpu opencv_highgui)
|