mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 13:13:26 +08:00
Merge pull request #10863 from mshabunin:fix-viz-samples-build
This commit is contained in:
commit
15dc6f70dc
@ -33,7 +33,7 @@ endif()
|
|||||||
if(NOT HAVE_opencv_cudaarithm OR NOT HAVE_opencv_cudafilters)
|
if(NOT HAVE_opencv_cudaarithm OR NOT HAVE_opencv_cudafilters)
|
||||||
ocv_list_filterout(cpp_samples "/gpu/")
|
ocv_list_filterout(cpp_samples "/gpu/")
|
||||||
endif()
|
endif()
|
||||||
if(NOT VTK_USE_FILE)
|
if(NOT BUILD_opencv_viz OR NOT VTK_USE_FILE)
|
||||||
ocv_list_filterout(cpp_samples "/viz/")
|
ocv_list_filterout(cpp_samples "/viz/")
|
||||||
endif()
|
endif()
|
||||||
if(NOT HAVE_IPP_A)
|
if(NOT HAVE_IPP_A)
|
||||||
|
Loading…
Reference in New Issue
Block a user