[Cmake-commits] CMake branch, next, updated. v2.8.3-1450-g5fcf347

Brad King brad.king at kitware.com
Thu Jan 20 12:04:06 EST 2011


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, next has been updated
       via  5fcf347f53826b39920eda4675e3dbe2c139617e (commit)
       via  4b660eddf4fba91ce644191ac2fe2271be3e3879 (commit)
      from  9efb320e3bde9d080a8f4af33016a8354fba60df (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=5fcf347f53826b39920eda4675e3dbe2c139617e
commit 5fcf347f53826b39920eda4675e3dbe2c139617e
Merge: 9efb320 4b660ed
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 20 12:04:04 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 20 12:04:04 2011 -0500

    Merge topic 'multilingual-FindMPI' into next
    
    4b660ed FindMPI: Include builtin FindPackageHandleStandardArgs directly


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4b660eddf4fba91ce644191ac2fe2271be3e3879
commit 4b660eddf4fba91ce644191ac2fe2271be3e3879
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 20 11:45:39 2011 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 20 11:45:39 2011 -0500

    FindMPI: Include builtin FindPackageHandleStandardArgs directly
    
    Apply to new FindMPI change from commit b0118402 (Use absolute path to
    FindPackageHandleStandardArgs.cmake everywhere, 2010-09-28).

diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index f217524..e51b09f 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -85,7 +85,7 @@
 #  License text for the above reference.)
 
 # include this to handle the QUIETLY and REQUIRED arguments
-include(FindPackageHandleStandardArgs)
+include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
 include(GetPrerequisites)
 
 #

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list