CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)

Fixes: #26449
This commit is contained in:
Craig Scott
2024-11-16 10:02:01 +11:00
parent 0dffd05287
commit 62586f236c
6 changed files with 10 additions and 7 deletions

View File

@@ -599,7 +599,8 @@ target is already built, the command will not execute.
[WORKING_DIRECTORY dir]
[COMMENT comment]
[VERBATIM]
[COMMAND_EXPAND_LISTS])
[COMMAND_EXPAND_LISTS]
[USES_TERMINAL])
This defines a new command that will be associated with building the
specified ``<target>``. The ``<target>`` must be defined in the current