Merge topic 'doc-INCLUDES-relnote'
609a8921
Help: Add release note about compile rule placeholder changes (#15787)
This commit is contained in:
commit
fc04b8f4b8
|
@ -267,3 +267,7 @@ Other Changes
|
||||||
created with the :command:`add_library` command. ``MODULE``
|
created with the :command:`add_library` command. ``MODULE``
|
||||||
libraries are meant for explicit dynamic loading at runtime.
|
libraries are meant for explicit dynamic loading at runtime.
|
||||||
They cannot be linked so ``SONAME`` is not useful.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue