summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0175.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)Craig Scott2024-11-151-2/+2
| | | | Fixes: #26449
* add_custom_command: Validate arguments more rigorouslyCraig Scott2024-09-091-0/+40
Add a new CMP0175 policy to preserve backward compatibility for projects that were using unsupported keywords or arguments. Fixes: #26096, #21089, #18976