summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
diff options
context:
space:
mode:
authorChristian Pfeiffer <cpfeiffer@live.de>2019-05-06 16:42:02 (GMT)
committerChristian Pfeiffer <cpfeiffer@live.de>2019-05-06 16:42:02 (GMT)
commit521ea77fc03090175feb624cf266ecd5a2f2d904 (patch)
tree41a3df673dae7e5f3d70550a0a074eedd7947a1d /Modules/FindMPI.cmake
parentc672a6a4b95b5d5dd08620b3abdf286698c18229 (diff)
downloadCMake-521ea77fc03090175feb624cf266ecd5a2f2d904.zip
CMake-521ea77fc03090175feb624cf266ecd5a2f2d904.tar.gz
CMake-521ea77fc03090175feb624cf266ecd5a2f2d904.tar.bz2
FindMPI: Correct documentaiton for library version
Diffstat (limited to 'Modules/FindMPI.cmake')
-rw-r--r--Modules/FindMPI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index f655208..fe09764 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -216,7 +216,7 @@ If the following variables are set to true, the respective search will be perfor
and ``MPI_Fortran_<binding>_ASYNCPROT``, where ``<binding>`` is one of ``F77_HEADER``, ``F90_MODULE`` and
``F08_MODULE``.
``MPI_DETERMINE_LIBRARY_VERSION``
- For each language, find the output of ``MPI_Get_library_version`` and make it available as ``MPI_<lang>_LIBRARY_VERSION``.
+ For each language, find the output of ``MPI_Get_library_version`` and make it available as ``MPI_<lang>_LIBRARY_VERSION_STRING``.
This information is usually tied to the runtime component of an MPI implementation and might differ depending on ``<lang>``.
Note that the return value is entirely implementation defined. This information might be used to identify
the MPI vendor and for example pick the correct one of multiple third party binaries that matches the MPI vendor.