diff options
author | Brad King <brad.king@kitware.com> | 2015-10-13 15:53:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-13 15:53:46 (GMT) |
commit | be616c189d969f9f984356bd052e3b5f39290771 (patch) | |
tree | 5a871b6e14508161da83992773a0fd1372f6e37b /Help | |
parent | f13030cb5bdf6f91abf0e625fa0b4d2993ca4217 (diff) | |
parent | 609a8921e7a830db01830ee572ed60d9f5574b14 (diff) | |
download | CMake-be616c189d969f9f984356bd052e3b5f39290771.zip CMake-be616c189d969f9f984356bd052e3b5f39290771.tar.gz CMake-be616c189d969f9f984356bd052e3b5f39290771.tar.bz2 |
Merge branch 'doc-INCLUDES-relnote' into release
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.4.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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. |