summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-01 13:32:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-02-01 13:32:20 (GMT)
commit58d424bca1d4e4cfc755e2fba95fdf55f6e9f215 (patch)
tree75d40faa60701761f0448ceee655241f90c0d738 /Help/command
parent3cabf45a99b8221d4402bf538d3e3b2d1869e003 (diff)
parent3b07ec631db67e2e44d9f39fb7727a2dafd07b6a (diff)
downloadCMake-58d424bca1d4e4cfc755e2fba95fdf55f6e9f215.zip
CMake-58d424bca1d4e4cfc755e2fba95fdf55f6e9f215.tar.gz
CMake-58d424bca1d4e4cfc755e2fba95fdf55f6e9f215.tar.bz2
Merge topic 'add_custom_command-target-alias'
3b07ec631d add_custom_command: Allow adding build event via ALIAS target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9201
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_custom_command.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 2bb1390..5996d64 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -554,6 +554,9 @@ one of the keywords to make clear the behavior they expect.
.. versionadded:: 3.21
Support for target-dependent generator expressions.
+.. versionadded:: 3.29
+ The ``<target>`` may be an :ref:`ALIAS target <Alias Targets>`.
+
Examples: Build Events
^^^^^^^^^^^^^^^^^^^^^^