summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-11-15 23:02:01 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-11-15 23:02:01 (GMT)
commit62586f236ca39563d82af282776296400b0d93bd (patch)
treee854f0b9c438a57da8bb64d74ea244307dc0af25 /Source
parent0dffd052876ac5d44ca7ac1b39c8b79c2b8d3f1b (diff)
downloadCMake-62586f236ca39563d82af282776296400b0d93bd.zip
CMake-62586f236ca39563d82af282776296400b0d93bd.tar.gz
CMake-62586f236ca39563d82af282776296400b0d93bd.tar.bz2
CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)
Fixes: #26449
Diffstat (limited to 'Source')
-rw-r--r--Source/cmAddCustomCommandCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx
index 885094d..7311de8 100644
--- a/Source/cmAddCustomCommandCommand.cxx
+++ b/Source/cmAddCustomCommandCommand.cxx
@@ -155,6 +155,7 @@ bool cmAddCustomCommandCommand(std::vector<std::string> const& args,
keyPRE_BUILD,
keyPRE_LINK,
keyTARGET,
+ keyUSES_TERMINAL,
keyVERBATIM,
keyWORKING_DIRECTORY
};