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  1aba075e16a5cb58bfa9bba472e1e6465709b2e3 (commit)
       via  213a9e5a7bf9904e73838afae6f430823449267d (commit)
      from  f0c775c579b734d07e00f6a4d2fc9b6334356379 (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=1aba075e16a5cb58bfa9bba472e1e6465709b2e3
commit 1aba075e16a5cb58bfa9bba472e1e6465709b2e3
Merge: f0c775c 213a9e5
Author:     Clinton Stimpson <[email protected]>
AuthorDate: Wed Aug 15 20:25:37 2012 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Wed Aug 15 20:25:37 2012 -0400

    Merge topic 'fphsa-message' into next
    
    213a9e5 fphsa: clarify message about minimum required version found.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=213a9e5a7bf9904e73838afae6f430823449267d
commit 213a9e5a7bf9904e73838afae6f430823449267d
Author:     Clinton Stimpson <[email protected]>
AuthorDate: Wed Aug 15 18:23:55 2012 -0600
Commit:     Clinton Stimpson <[email protected]>
CommitDate: Wed Aug 15 18:23:55 2012 -0600

    fphsa: clarify message about minimum required version found.
    
    Thanks to Dubrovskiy Viacheslav.

diff --git a/Modules/FindPackageHandleStandardArgs.cmake 
b/Modules/FindPackageHandleStandardArgs.cmake
index 449fd9f..888e109 100644
--- a/Modules/FindPackageHandleStandardArgs.cmake
+++ b/Modules/FindPackageHandleStandardArgs.cmake
@@ -247,7 +247,7 @@ function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
           set(VERSION_MSG "Found unsuitable version \"${VERSION}\", but 
required is at least \"${${_NAME}_FIND_VERSION}\"")
           set(VERSION_OK FALSE)
         else ()
-          set(VERSION_MSG "(found suitable version \"${VERSION}\", required is 
\"${${_NAME}_FIND_VERSION}\")")
+          set(VERSION_MSG "(found suitable version \"${VERSION}\", minimum 
required is \"${${_NAME}_FIND_VERSION}\")")
         endif ()
       endif()
 

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to