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 383559c commit 67f1638Copy full SHA for 67f1638
modules/viz/CMakeLists.txt
@@ -3,9 +3,8 @@ if(NOT WITH_VTK OR NOT DEFINED HAVE_VTK OR NOT HAVE_VTK)
3
endif()
4
5
set(the_description "Viz")
6
-ocv_define_module(viz opencv_core WRAP python)
7
-
8
include(${VTK_USE_FILE})
+ocv_define_module(viz opencv_core WRAP python)
9
ocv_target_link_libraries(${the_module} ${VTK_LIBRARIES})
10
11
if(APPLE AND BUILD_opencv_viz)
0 commit comments