[Cmake-commits] CMake branch, next, updated. v3.2.1-1372-gffa3e4b

Stephen Kelly steveire at gmail.com
Wed Apr 1 15:20:38 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  ffa3e4bffacd9d48a045039e74c7a66c00e52e21 (commit)
       via  064625f2bad266ef19d2154b54abbcfedecd180b (commit)
      from  a7d2520836725e9dcc8611ee24c6e80f7fefb14b (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=ffa3e4bffacd9d48a045039e74c7a66c00e52e21
commit ffa3e4bffacd9d48a045039e74c7a66c00e52e21
Merge: a7d2520 064625f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 1 15:20:38 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 1 15:20:38 2015 -0400

    Merge topic 'clean-up-cmMakefile' into next
    
    064625f2 Extend Help.


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

    Extend Help.

diff --git a/Help/prop_dir/DEFINITIONS.rst b/Help/prop_dir/DEFINITIONS.rst
index 22f7c15..79ac3f3 100644
--- a/Help/prop_dir/DEFINITIONS.rst
+++ b/Help/prop_dir/DEFINITIONS.rst
@@ -1,8 +1,13 @@
 DEFINITIONS
 -----------
 
-For CMake 2.4 compatibility only.  Use COMPILE_DEFINITIONS instead.
+For CMake 2.4 compatibility only.  Use :prop_dir:`COMPILE_DEFINITIONS`
+instead.
 
 This read-only property specifies the list of flags given so far to
-the add_definitions command.  It is intended for debugging purposes.
-Use the COMPILE_DEFINITIONS instead.
+the :command:`add_definitions` command.  It is intended for debugging
+purposes.  Use the :prop_dir:`COMPILE_DEFINITIONS` directory property
+instead.
+
+This built-in read-only property does not exist if policy
+:policy:`CMP0059` is set to ``NEW``.
diff --git a/Help/release/dev/remove-DEFINITIONS-directory-property.rst b/Help/release/dev/remove-DEFINITIONS-directory-property.rst
new file mode 100644
index 0000000..d8e50f0
--- /dev/null
+++ b/Help/release/dev/remove-DEFINITIONS-directory-property.rst
@@ -0,0 +1,6 @@
+remove-DEFINITIONS-property
+---------------------------
+
+* The :command:`add_definitions()` command no longer causes a
+  :prop_dir:`DEFINITIONS` directory property to be populated. See policy
+  :policy:`CMP0059`.

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

Summary of changes:
 Help/prop_dir/DEFINITIONS.rst                              |   11 ++++++++---
 Help/release/dev/remove-DEFINITIONS-directory-property.rst |    6 ++++++
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 Help/release/dev/remove-DEFINITIONS-directory-property.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list