[Cmake-commits] CMake branch, next, updated. v3.3.0-rc4-1145-g78cd6ad

Stephen Kelly steveire at gmail.com
Sat Jul 18 15:16:34 EDT 2015


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  78cd6ad10cb7c8c2737d5ba934266b7a2a3fa08c (commit)
       via  3f11c2d4ba807cd14a6dadae63d80f61361e2e13 (commit)
      from  9f87078447f4a210c79ef08e48c001470a7d1cbd (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=78cd6ad10cb7c8c2737d5ba934266b7a2a3fa08c
commit 78cd6ad10cb7c8c2737d5ba934266b7a2a3fa08c
Merge: 9f87078 3f11c2d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jul 18 15:16:33 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jul 18 15:16:33 2015 -0400

    Merge topic 'end-Policy-lifetime' into next
    
    3f11c2d4 Fix indentation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f11c2d4ba807cd14a6dadae63d80f61361e2e13
commit 3f11c2d4ba807cd14a6dadae63d80f61361e2e13
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jul 18 21:15:50 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jul 18 21:16:13 2015 +0200

    Fix indentation.

diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index a1e9e7a..c51ab13 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -33,24 +33,24 @@ which work with both new and existing CMake releases.
 The lifecycle of a policy is:
 
 1. The Policy is introduced in a new version of CMake.  By default the
-  policy issues a warning if code is encountered which depends on ``OLD``
-  behavior.  The warning can be disabled in this release by using
-  the :command:`cmake_policy` command, or by passing ``-Wno-dev`` to
-  the :manual:`cmake(1)` program.
+   policy issues a warning if code is encountered which depends on ``OLD``
+   behavior.  The warning can be disabled in this release by using
+   the :command:`cmake_policy` command, or by passing ``-Wno-dev`` to
+   the :manual:`cmake(1)` program.
 2. In the release following its introduction, use of
-  the :command:`cmake_policy` command has no effect on whether the
-  warning is issued or not.  Passing ``-Wno-dev`` to
-  the :manual:`cmake(1)` program still silences the warning.
+   the :command:`cmake_policy` command has no effect on whether the
+   warning is issued or not.  Passing ``-Wno-dev`` to
+   the :manual:`cmake(1)` program still silences the warning.
 3. Two releases after the introduction of the policy,
-  passing ``-Wno-dev`` to the :manual:`cmake(1)` program no longer
-  has any effect.
+   passing ``-Wno-dev`` to the :manual:`cmake(1)` program no longer
+   has any effect.
 4. Four releases after the introduction of the policy, the policy may
-  issue an error instead of a warning if ``OLD`` behavior is relied upon.
-  This indicates that the policy has reached the end of its life and the
-  code implementing the ``OLD`` behavior has been removed from the CMake
-  implementation.  Some policies may continue to issue only a warning
-  even four releases after introduction.  This does not mean that it is
-  ok to continue to rely on ``OLD`` behavior.
+   issue an error instead of a warning if ``OLD`` behavior is relied upon.
+   This indicates that the policy has reached the end of its life and the
+   code implementing the ``OLD`` behavior has been removed from the CMake
+   implementation.  Some policies may continue to issue only a warning
+   even four releases after introduction.  This does not mean that it is
+   ok to continue to rely on ``OLD`` behavior.
 
 Note that many existing policies currently have states that appear to not
 follow this lifecycle.  This does not mean that it is ok to continue to

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

Summary of changes:
 Help/manual/cmake-policies.7.rst |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list