Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -1/+8 |
| | | | | | | | | | 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 | ||||
* | Tests: Enable ConfigSources test on every configuration | Brad King | 2019-10-04 | 1 | -0/+13 |
Revise the test itself to work in all configurations and verify that certain sources are only built by whatever configuration is tested. |