[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-505-g12fcad5

Brad King brad.king at kitware.com
Tue Oct 13 11:49:02 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  12fcad5764d82276a98b5f1b22de34ac5ea77144 (commit)
       via  609a8921e7a830db01830ee572ed60d9f5574b14 (commit)
      from  7db9307dfdf5f2e6713f6a41d688d09a4dc8bd56 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=12fcad5764d82276a98b5f1b22de34ac5ea77144
commit 12fcad5764d82276a98b5f1b22de34ac5ea77144
Merge: 7db9307 609a892
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 13 11:49:01 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 13 11:49:01 2015 -0400

    Merge topic 'doc-INCLUDES-relnote' into next
    
    609a8921 Help: Add release note about compile rule placeholder changes (#15787)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=609a8921e7a830db01830ee572ed60d9f5574b14
commit 609a8921e7a830db01830ee572ed60d9f5574b14
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 13 11:44:59 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 13 11:44:59 2015 -0400

    Help: Add release note about compile rule placeholder changes (#15787)
    
    The change made by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES>
    placeholder out of <FLAGS> in rule variables, 2015-07-13) affects an
    internal interface.  Since it is commonly used by projects anyway, add a
    release note covering the change in placeholders.

diff --git a/Help/release/3.4.rst b/Help/release/3.4.rst
index 495391a..89c5561 100644
--- a/Help/release/3.4.rst
+++ b/Help/release/3.4.rst
@@ -267,3 +267,7 @@ Other Changes
   created with the :command:`add_library` command.  ``MODULE``
   libraries are meant for explicit dynamic loading at runtime.
   They cannot be linked so ``SONAME`` is not useful.
+
+* The internal :variable:`CMAKE_<LANG>_COMPILE_OBJECT` rule variable now
+  substitutes compiler include flags in a separate ``<INCLUDES>`` placeholder
+  instead of the main ``<FLAGS>`` placeholder.

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

Summary of changes:
 Help/release/3.4.rst |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list