From 609a8921e7a830db01830ee572ed60d9f5574b14 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 13 Oct 2015 11:44:59 -0400 Subject: [PATCH] Help: Add release note about compile rule placeholder changes (#15787) The change made by commit v3.4.0-rc1~342^2 (Factor an placeholder out of 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. --- Help/release/3.4.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Help/release/3.4.rst b/Help/release/3.4.rst index 495391a62..89c5561d3 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__COMPILE_OBJECT` rule variable now + substitutes compiler include flags in a separate ```` placeholder + instead of the main ```` placeholder.