]> https://gitweb.dealii.org/ - dealii.git/commit
fix cmake regex for finding MPI version 4156/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 30 Mar 2017 21:37:53 +0000 (17:37 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 30 Mar 2017 21:37:53 +0000 (17:37 -0400)
commit7e30d010a4f2c891eb9773f738321354466ebf52
treee48d52904f28b3639fdc816e18a3927b0190c09d
parent033c90f6d17b0141cefc9a39b0953f1afe7f99dd
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.