Commit 8c84763e authored by Alexander Alekhin's avatar Alexander Alekhin

vtk: eliminate 'override' build warning

parent 87a98e45
...@@ -24,6 +24,8 @@ if(NOT BUILD_SHARED_LIBS) ...@@ -24,6 +24,8 @@ if(NOT BUILD_SHARED_LIBS)
endif() endif()
endif() endif()
ocv_warnings_disable(CMAKE_CXX_FLAGS -Winconsistent-missing-override)
ocv_define_module(viz opencv_core WRAP python) ocv_define_module(viz opencv_core WRAP python)
ocv_target_link_libraries(${the_module} LINK_PRIVATE ${VTK_LIBRARIES}) ocv_target_link_libraries(${the_module} LINK_PRIVATE ${VTK_LIBRARIES})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment