saliency: disable for ICC

pull/900/head
Alexander Alekhin 8 years ago
parent 3d6f95abf7
commit e40c23e985
  1. 4
      modules/saliency/CMakeLists.txt

@ -1,3 +1,7 @@
if(CV_ICC AND NOT MSVC)
ocv_module_disable(saliency)
endif()
set(the_description "Saliency API")
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF)

Loading…
Cancel
Save