Guys, we have, unofficially, dropped support for VTK < 7 by using VTK_OVERRIDE in the classes of IO. We can either define VTK_OVERRIDE to nothing when VTK < 7 or officially decide not to support VTK < 7 and pop an error in CMake when trying to build with an older VTK.
What do you want to do?