From e40c23e985214632128d8c7fb71b521db0be8d83 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 24 Nov 2016 17:37:35 +0300 Subject: [PATCH] saliency: disable for ICC --- modules/saliency/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/saliency/CMakeLists.txt b/modules/saliency/CMakeLists.txt index e32058e3f..1d0d40ee2 100644 --- a/modules/saliency/CMakeLists.txt +++ b/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)