mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
vtk: eliminate 'override' build warning
This commit is contained in:
parent
87a98e4562
commit
8c84763ed3
@ -24,6 +24,8 @@ if(NOT BUILD_SHARED_LIBS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS -Winconsistent-missing-override)
|
||||
|
||||
ocv_define_module(viz opencv_core WRAP python)
|
||||
ocv_target_link_libraries(${the_module} LINK_PRIVATE ${VTK_LIBRARIES})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user