[Cmake-commits] CMake branch, next, updated. v2.8.9-1141-g7932fa1

Stephen Kelly steveire at gmail.com
Wed Oct 17 17:36:12 EDT 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  7932fa13cb4be6e0b5ed30ec1952d9646220e404 (commit)
       via  402de4388593407459759912ad43f03850c5cc7b (commit)
      from  e364cb04fdd468d4115adf809aa23e59203e5a45 (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=7932fa13cb4be6e0b5ed30ec1952d9646220e404
commit 7932fa13cb4be6e0b5ed30ec1952d9646220e404
Merge: e364cb0 402de43
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 17 17:36:08 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 17 17:36:08 2012 -0400

    Merge topic 'BasicConfigVersion-consistency' into next
    
    402de43 Refer to the macro, not the cmake file name in documenation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=402de4388593407459759912ad43f03850c5cc7b
commit 402de4388593407459759912ad43f03850c5cc7b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 17 15:51:59 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Oct 17 23:35:03 2012 +0200

    Refer to the macro, not the cmake file name in documenation.
    
    The -ExactVersion variant already refers to the macro, and I think
    it makes more sense anyway.

diff --git a/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in b/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in
index 9f7f03e..b1c4fdf 100644
--- a/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in
+++ b/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in
@@ -1,5 +1,5 @@
 # This is a basic version file for the Config-mode of find_package().
-# It is used by WriteBasicConfigVersionFile.cmake as input file for configure_file()
+# It is used by write_basic_package_version_file() as input file for configure_file()
 # to create a version-file which can be installed along a config.cmake file.
 #
 # The created file sets PACKAGE_VERSION_EXACT if the current version string and
diff --git a/Modules/BasicConfigVersion-SameMajorVersion.cmake.in b/Modules/BasicConfigVersion-SameMajorVersion.cmake.in
index 7bcea88..4acd9bb 100644
--- a/Modules/BasicConfigVersion-SameMajorVersion.cmake.in
+++ b/Modules/BasicConfigVersion-SameMajorVersion.cmake.in
@@ -1,5 +1,5 @@
 # This is a basic version file for the Config-mode of find_package().
-# It is used by WriteBasicConfigVersionFile.cmake as input file for configure_file()
+# It is used by write_basic_package_version_file() as input file for configure_file()
 # to create a version-file which can be installed along a config.cmake file.
 #
 # The created file sets PACKAGE_VERSION_EXACT if the current version string and

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

Summary of changes:
 .../BasicConfigVersion-AnyNewerVersion.cmake.in    |    2 +-
 .../BasicConfigVersion-SameMajorVersion.cmake.in   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list