We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e871 commit f78b946Copy full SHA for f78b946
samples/cpp/CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
if(NOT HAVE_opencv_cudaarithm OR NOT HAVE_opencv_cudafilters)
34
ocv_list_filterout(cpp_samples "/gpu/")
35
endif()
36
-if(NOT VTK_USE_FILE)
+if(NOT BUILD_opencv_viz OR NOT VTK_USE_FILE)
37
ocv_list_filterout(cpp_samples "/viz/")
38
39
if(NOT HAVE_IPP_A)
0 commit comments