Find MPI quietly on second pass
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 21 Sep 2021 10:50:29 +0000 (12:50 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 21 Sep 2021 10:52:49 +0000 (12:52 +0200)
commit55175c5c7972bf52c124a25adbcd7f91b04800fd
treea3c66eaddce8ee2514dadbe4ef411a95733ea839
parent21a96e1d8669fbd4ae27101e9beb0c33a6eced5a
Find MPI quietly on second pass

GROMACS expects package detection to be quiet upon repeat calls
to cmake, unless something has actually changed. It's fine to report
details thoroughly the first time through, however.

The previous code seemed to conflate verbosity with enforcing
requirements, which is now clearer.
cmake/gmxManageMPI.cmake