Skip to content

Commit b56dce3

Browse files
Andrey PavlenkoOpenCV Buildbot
Andrey Pavlenko
authored and
OpenCV Buildbot
committed
Merge pull request opencv#2604 from alalek:binary_package_fix
2 parents f417c79 + 03773cb commit b56dce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/cpp/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ if(BUILD_EXAMPLES AND OCV_DEPENDENCIES_FOUND)
9393

9494
ocv_list_filterout(cpp_samples "viz")
9595

96+
if(NOT HAVE_IPP_A)
97+
ocv_list_filterout(cpp_samples "/ippasync/")
98+
endif()
99+
96100
foreach(sample_filename ${cpp_samples})
97101
get_filename_component(sample ${sample_filename} NAME_WE)
98102
OPENCV_DEFINE_CPP_EXAMPLE(${sample} ${sample_filename})

0 commit comments

Comments
 (0)