1 | initial version |
so, cmake found an existing vtk version, but then later found, it''s the wrong version.
now, since opencv_viz is the only opencv module, that depends on vtk, and you cannot use it from python anyway, -
you should disable it entirely.
cmake -DWITH_VTK=OFF -DBUILD_opencv_viz=OFF