[Cmake-commits] CMake branch, next, updated. v2.8.12-4163-gec54881

Brad King brad.king at kitware.com
Fri Oct 18 14:23:09 EDT 2013


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  ec54881c0da7c775304a5ac22a67f165360fe240 (commit)
       via  759c3a7178e7d6ef7edf138d8ea10e7d9fd5229a (commit)
      from  7285c7e9d5f90d7ff5ef857c8527c4fe1987e698 (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=ec54881c0da7c775304a5ac22a67f165360fe240
commit ec54881c0da7c775304a5ac22a67f165360fe240
Merge: 7285c7e 759c3a7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 18 14:23:02 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 18 14:23:02 2013 -0400

    Merge topic 'policies-generic-docs' into next
    
    759c3a7 Help: Add cross-reference markup to cmake-policies introduction


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=759c3a7178e7d6ef7edf138d8ea10e7d9fd5229a
commit 759c3a7178e7d6ef7edf138d8ea10e7d9fd5229a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 18 14:22:41 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 18 14:22:41 2013 -0400

    Help: Add cross-reference markup to cmake-policies introduction

diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index abd29c1..4fcc90b 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -12,17 +12,17 @@ Policies in CMake are used to preserve backward compatible behavior
 across multiple releases.  When a new policy is introduced, newer CMake
 versions will begin to warn about the backward compatible behavior.  It
 is possible to disable the warning by explicitly requesting the OLD, or
-backward compatible behavior using the cmake_policy() command.  It is
-also possible to request NEW, or non-backward compatible behavior for a
-policy, also avoiding the warning.
+backward compatible behavior using the :command:`cmake_policy` command.
+It is also possible to request NEW, or non-backward compatible behavior
+for a policy, also avoiding the warning.
 
-The cmake_minimum_required() command does more than report an error if
-a too-old version of CMake is used to build a project.  It also sets
-all policies introduced in that CMake version or earlier to NEW
-behavior.
+The :command:`cmake_minimum_required` command does more than report an
+error if a too-old version of CMake is used to build a project.  It
+also sets all policies introduced in that CMake version or earlier to
+NEW behavior.
 
-The CMAKE_MINIMUM_REQUIRED_VERSION variable may also be used to
-determine whether to report an error on use of deprecated macros or
+The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
+to determine whether to report an error on use of deprecated macros or
 functions.
 
 All Policies

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

Summary of changes:
 Help/manual/cmake-policies.7.rst |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list