[Cmake-commits] CMake branch, next, updated. v2.8.7-2169-g9f6bdd0

Brad King brad.king at kitware.com
Fri Jan 20 09:11:16 EST 2012


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  9f6bdd0708b0f6ac1a522905410b0f6ac293ce60 (commit)
       via  26015baba36c8c48b2b72ca2b0ddb7ba0b37d6ad (commit)
      from  ee6952460aa12c08da42ab14829b70d57e4644fd (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=9f6bdd0708b0f6ac1a522905410b0f6ac293ce60
commit 9f6bdd0708b0f6ac1a522905410b0f6ac293ce60
Merge: ee69524 26015ba
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 20 09:11:11 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 20 09:11:11 2012 -0500

    Merge topic 'FPHSA-CONFIG_MODE-doc' into next
    
    26015ba FindPackageHandleStandardArgs: fix documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=26015baba36c8c48b2b72ca2b0ddb7ba0b37d6ad
commit 26015baba36c8c48b2b72ca2b0ddb7ba0b37d6ad
Author:     Yury G. Kudryashov <urkud.urkud at gmail.com>
AuthorDate: Thu Jan 19 23:41:20 2012 +0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Jan 20 09:09:47 2012 -0500

    FindPackageHandleStandardArgs: fix documentation
    
    State explicitly what CONFIG_MODE argument does.

diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake
index 1acb021..b503357 100644
--- a/Modules/FindPackageHandleStandardArgs.cmake
+++ b/Modules/FindPackageHandleStandardArgs.cmake
@@ -33,9 +33,9 @@
 # messages include information about the required version and the version
 # which has been actually found, both if the version is ok or not.
 # Use the option CONFIG_MODE if your FindXXX.cmake module is a wrapper for
-# a find_package(... NO_MODULE) call, in this case all the information
-# provided by the config-mode of find_package() will be evaluated
-# automatically.
+# a find_package(... NO_MODULE) call.  In this case VERSION_VAR will be set
+# to <NAME>_VERSION and the macro will automatically check whether the
+# Config module was found.
 # Via FAIL_MESSAGE a custom failure message can be specified, if this is not
 # used, the default message will be displayed.
 #

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list