[Cmake-commits] CMake branch, master, updated. 01f022c49c4c8daa830ad7d8fa44fa8c702bcf87

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 11 10:46:02 EST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  01f022c49c4c8daa830ad7d8fa44fa8c702bcf87 (commit)
      from  a4f798d3f7c852605e73e7217c22bb19c271c7ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=01f022c49c4c8daa830ad7d8fa44fa8c702bcf87
commit 01f022c49c4c8daa830ad7d8fa44fa8c702bcf87
Author: David Partyka <david.partyka at kitware.com>
Date:   Thu Mar 11 10:42:07 2010 -0500

    Add a new registry key to check for the location of MPICH2.

diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index 094f9e6..481b0e9 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -86,6 +86,7 @@ set(_MPI_PACKAGE_DIR
 set(_MPI_PREFIX_PATH)
 if(WIN32)
   list(APPEND _MPI_PREFIX_PATH "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MPICH\\SMPD;binary]/..")
+  list(APPEND _MPI_PREFIX_PATH "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MPICH2;Path]")
 endif()
 
 foreach(SystemPrefixDir ${CMAKE_SYSTEM_PREFIX_PATH})

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindMPI.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list