Skip to content

Commit 8c84763

Browse files
committed
vtk: eliminate 'override' build warning
1 parent 87a98e4 commit 8c84763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/viz/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ if(NOT BUILD_SHARED_LIBS)
2424
endif()
2525
endif()
2626

27+
ocv_warnings_disable(CMAKE_CXX_FLAGS -Winconsistent-missing-override)
28+
2729
ocv_define_module(viz opencv_core WRAP python)
2830
ocv_target_link_libraries(${the_module} LINK_PRIVATE ${VTK_LIBRARIES})
2931

0 commit comments

Comments
 (0)