Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -36/+0 |
| | | | | | | | | | Move rejection of `#`, `<`, and `>` characters in outputs and byproducts to a generate-time check. This removes the front-end check that disallowed generator expressions. The generators have already been updated to handle them. Fixes: #12877 | ||||
* | add_custom_command: Format files in error message in a single line | Daniel Eiband | 2019-09-23 | 1 | -2/+2 |
| | |||||
* | add_custom_target: Add output checks for custom target byproducts | Daniel Eiband | 2019-09-23 | 1 | -0/+36 |
Use the output checks for byproducts of add_custom_command also for byproducts of add_custom_target. |