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 87a98e4 commit 8c84763Copy full SHA for 8c84763
modules/viz/CMakeLists.txt
@@ -24,6 +24,8 @@ if(NOT BUILD_SHARED_LIBS)
24
endif()
25
26
27
+ocv_warnings_disable(CMAKE_CXX_FLAGS -Winconsistent-missing-override)
28
+
29
ocv_define_module(viz opencv_core WRAP python)
30
ocv_target_link_libraries(${the_module} LINK_PRIVATE ${VTK_LIBRARIES})
31
0 commit comments