mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
cleanup: IPP Async (IPP_A)
except header file with conversion routines (will be removed in OpenCV 4.0)
This commit is contained in:
@@ -36,9 +36,6 @@ endif()
|
||||
if(NOT BUILD_opencv_viz OR NOT VTK_USE_FILE)
|
||||
ocv_list_filterout(cpp_samples "/viz/")
|
||||
endif()
|
||||
if(NOT HAVE_IPP_A)
|
||||
ocv_list_filterout(cpp_samples "/ippasync/")
|
||||
endif()
|
||||
ocv_list_filterout(cpp_samples "real_time_pose_estimation/")
|
||||
foreach(sample_filename ${cpp_samples})
|
||||
if(sample_filename MATCHES "/viz/")
|
||||
|
||||
Reference in New Issue
Block a user