[Cmake-commits] CMake branch, next, updated. v2.8.2-934-gfb4a000

Alexander Neundorf neundorf at kde.org
Mon Sep 27 16:11:10 EDT 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, next has been updated
       via  fb4a0003f611c7ffe0b3a59b29be9ff107040e74 (commit)
       via  567ac0bb1f1b89cd7c8b28435979a0ce023dca8a (commit)
       via  993cfc94068504817a8b3ce7dc6f9ac661e59563 (commit)
       via  c928751d27f4c70de6ddd47c60dce7996c45b08b (commit)
      from  49fcd0554f128b133942035938b1e0dc8b9ca4da (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=fb4a0003f611c7ffe0b3a59b29be9ff107040e74
commit fb4a0003f611c7ffe0b3a59b29be9ff107040e74
Merge: 49fcd05 567ac0b
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Mon Sep 27 22:09:31 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Mon Sep 27 22:09:31 2010 +0200

    Merge branch 'PutRequiredVersionInDetailMessageInFPHSA' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=567ac0bb1f1b89cd7c8b28435979a0ce023dca8a
commit 567ac0bb1f1b89cd7c8b28435979a0ce023dca8a
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Mon Sep 27 22:08:14 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Mon Sep 27 22:08:14 2010 +0200

    Also store the required version number in the details message.
    
    This way the success/failure message of FPHSA() is also printed again
    if the required version is changed.
    
    Alex

diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake
index cd33aa3..1acb021 100644
--- a/Modules/FindPackageHandleStandardArgs.cmake
+++ b/Modules/FindPackageHandleStandardArgs.cmake
@@ -232,7 +232,7 @@ FUNCTION(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
   ENDIF (${_NAME}_FIND_VERSION)
 
   IF(VERSION_OK)
-    SET(DETAILS "${DETAILS}[v${VERSION}]")
+    SET(DETAILS "${DETAILS}[v${VERSION}(${${_NAME}_FIND_VERSION})]")
   ELSE(VERSION_OK)
     SET(${_NAME_UPPER}_FOUND FALSE)
   ENDIF(VERSION_OK)

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

Summary of changes:
 Modules/FindPackageHandleStandardArgs.cmake |    2 +-
 Source/kwsys/kwsysDateStamp.cmake           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list