[Cmake-commits] CMake branch, next, updated. v3.2.1-1374-g4f51a06

Stephen Kelly steveire at gmail.com
Wed Apr 1 15:22:03 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  4f51a06046cb500c742a97a25bf5c7a83ac474bb (commit)
       via  9e3c8ebf0ab87d29303f4e16c301a23b8fd79cf1 (commit)
      from  ffa3e4bffacd9d48a045039e74c7a66c00e52e21 (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=4f51a06046cb500c742a97a25bf5c7a83ac474bb
commit 4f51a06046cb500c742a97a25bf5c7a83ac474bb
Merge: ffa3e4b 9e3c8eb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 1 15:22:02 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 1 15:22:02 2015 -0400

    Merge topic 'clean-up-cmMakefile' into next
    
    9e3c8ebf Extend Help.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9e3c8ebf0ab87d29303f4e16c301a23b8fd79cf1
commit 9e3c8ebf0ab87d29303f4e16c301a23b8fd79cf1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 1 21:21:46 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Apr 1 21:21:46 2015 +0200

    Extend Help.

diff --git a/Help/policy/CMP0059.rst b/Help/policy/CMP0059.rst
index a2fb157..e40f450 100644
--- a/Help/policy/CMP0059.rst
+++ b/Help/policy/CMP0059.rst
@@ -4,7 +4,8 @@ CMP0059
 Don't treat ``DEFINITIONS`` as a built-in directory property.
 
 CMake 3.3 and above no longer make a list of definitions available through
-the :prop_dir:`DEFINITIONS` directory property.
+the :prop_dir:`DEFINITIONS` directory property.  The
+:prop_dir:`COMPILE_DEFINITIONS` directory property may be used instead.
 
 The ``OLD`` behavior for this policy is to provide the list of flags given
 so far to the :command:`add_definitions` command.  The ``NEW`` behavior is

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

Summary of changes:
 Help/policy/CMP0059.rst |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list