summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/CustomCommandGenex.cmake
Commit message (Collapse)AuthorAgeFilesLines
* add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-111-0/+21
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