Skip to content

Fix FindMPI for downstream consumers with newer CMake versions

Chuck Atkins requested to merge chuck.atkins/vtk-m:fix-findmpi into master

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.

Merge request reports

Loading