Fix FindMPI for downstream consumers with newer CMake versions
CMake/VTKmCMakeBackports.cmake
ensures that when we use a local copy of a find module from upstream CMake that it's only used if an older version of CMake not already containing the find module is being used. This ensure that a similar check is made for downstream consumers for the FindMPI
module.