mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
Merge topic 'custom-command-comment-genex'
26d813092badd_custom_{command,target}: add genex support for COMMENT60a5a39022cmCustomCommandGenerator: refactor GetComment to return std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7887
This commit is contained in:
@@ -140,6 +140,10 @@ The options are:
|
||||
Display the given message before the commands are executed at
|
||||
build time.
|
||||
|
||||
.. versionadded:: 3.26
|
||||
Arguments to ``COMMENT`` may use
|
||||
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
||||
|
||||
``DEPENDS``
|
||||
Specify files on which the command depends. Each argument is converted
|
||||
to a dependency as follows:
|
||||
|
||||
@@ -109,6 +109,10 @@ The options are:
|
||||
Display the given message before the commands are executed at
|
||||
build time.
|
||||
|
||||
.. versionadded:: 3.26
|
||||
Arguments to ``COMMENT`` may use
|
||||
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
||||
|
||||
``DEPENDS``
|
||||
Reference files and outputs of custom commands created with
|
||||
:command:`add_custom_command` command calls in the same directory
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
custom-command-comment-genex
|
||||
----------------------------
|
||||
|
||||
* :command:`add_custom_command` and :command:`add_custom_target` now
|
||||
support :manual:`generator expressions <cmake-generator-expressions(7)>`
|
||||
in their ``COMMENT`` option.
|
||||
Reference in New Issue
Block a user