Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET) | Craig Scott | 2024-11-15 | 1 | -2/+2 |
| | | | | Fixes: #26449 | ||||
* | add_custom_command: Validate arguments more rigorously | Craig Scott | 2024-09-09 | 1 | -0/+40 |
Add a new CMP0175 policy to preserve backward compatibility for projects that were using unsupported keywords or arguments. Fixes: #26096, #21089, #18976 |