]> https://gitweb.dealii.org/ - dealii.git/commit
fix cmake regex for finding MPI version 4164/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 30 Mar 2017 21:37:53 +0000 (17:37 -0400)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 31 Mar 2017 09:31:17 +0000 (11:31 +0200)
commit1d836992ced334e7e307434065ae6e1e36e48700
tree9787e412947c88dc033f9ba36f91e37cc30e2b2d
parentc39bf8ee4a2ba766e8e6ec58801f61ed4f6b7e3c
fix cmake regex for finding MPI version

cmake regex is greedy, which means that the old regex
MPI_VERSION.*([0-9]+)
would only put the last digit of the version into the group \1 because
.* consumes the others. Fix this.
cmake/modules/FindMPI.cmake

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.