Multi-configuration from installed VTK

Some questions:

  • Are you using a multi-config generator to build VTK (Visual Studio or Xcode)?
  • If not, are you doing completely separate builds or resetting CMAKE_BUILD_TYPE in the same build tree?
  • What configurations are you looking to co-install? One release (be it Release, RelWithDebInfo, or MinSizeRel) and one debug (Debug)? Do you want to support all four?