[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-269-g468f4c8

Stephen Kelly steveire at gmail.com
Mon Jun 8 16:53:01 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  468f4c8e856221bc34eb5b21936d9ae4f8db74f8 (commit)
       via  2f76a6b7b06467fd1080c7b80657f1f9f30e6c23 (commit)
      from  59e6bc2cb25956eabefc11bb1a50952a4078dc71 (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=468f4c8e856221bc34eb5b21936d9ae4f8db74f8
commit 468f4c8e856221bc34eb5b21936d9ae4f8db74f8
Merge: 59e6bc2 2f76a6b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jun 8 16:53:00 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 8 16:53:00 2015 -0400

    Merge topic 'deprecate-ancient-Policies' into next
    
    2f76a6b7 fixup! Help: Document deprecation of CMP0011 in the release notes.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2f76a6b7b06467fd1080c7b80657f1f9f30e6c23
commit 2f76a6b7b06467fd1080c7b80657f1f9f30e6c23
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jun 8 22:49:58 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Jun 8 22:49:58 2015 +0200

    fixup! Help: Document deprecation of CMP0011 in the release notes.

diff --git a/Help/release/3.3.rst b/Help/release/3.3.rst
index d2457dd..a6158d2 100644
--- a/Help/release/3.3.rst
+++ b/Help/release/3.3.rst
@@ -286,8 +286,10 @@ Other Changes
     * :policy:`CMP0010`
     * :policy:`CMP0011`
 
-  are now deprecated.  In a future release of CMake, it will not be possible
-  to set them to ``OLD``.  See also :manual:`cmake-policies(7)`
+  are now deprecated.  In the next release of CMake, they will be required
+  to be set to ``NEW`` by either the :command:`cmake_policy` command or the
+  :command:`cmake_minimum_required` command.  See
+  also :manual:`cmake-policies(7)`
 
 * The :generator:`Ninja` generator now requires that calls to the
   :command:`add_custom_command` and :command:`add_custom_target`

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

Summary of changes:
 Help/release/3.3.rst |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list