Merge topic 'FindMPI-static-first'

036d0cbbde FindMPI: Place static first in mpi test source

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6900
This commit is contained in:
Brad King
2022-01-26 13:03:38 +00:00
committed by Kitware Robot

View File

@@ -7,7 +7,7 @@
#endif
#if defined(MPI_VERSION) && defined(MPI_SUBVERSION)
const static char mpiver_str[] = { 'I', 'N',
static const char mpiver_str[] = { 'I', 'N',
'F', 'O',
':', 'M',
'P', 'I',