vtk: eliminate 'override' build warning

pull/9415/head
Alexander Alekhin 8 years ago
parent 87a98e4562
commit 8c84763ed3
  1. 2
      modules/viz/CMakeLists.txt

@ -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…
Cancel
Save