mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)
Fixes: #26449
This commit is contained in:
@@ -155,6 +155,7 @@ bool cmAddCustomCommandCommand(std::vector<std::string> const& args,
|
||||
keyPRE_BUILD,
|
||||
keyPRE_LINK,
|
||||
keyTARGET,
|
||||
keyUSES_TERMINAL,
|
||||
keyVERBATIM,
|
||||
keyWORKING_DIRECTORY
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user