Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 6 | -12/+12 |
| | | | | Detect MSYS as CYGWIN, with the required adaptations. | ||||
* | GenEx: Remove unneeded dependencies from target info queries | Robert Maynard | 2020-09-01 | 5 | -1/+34 |
| | | | | | | | | | | Only generate a graph dependency between a custom command and a target when the custom command queries for the file path of an artifact of the target. This makes generator expressions such as `TARGET_FILE_DIR` behave the same way as `TARGET_PROPERTY` which never generated a graph dependency. | ||||
* | Tests: Factor out RunCMake.GenEx-TARGET_FILE test | Brad King | 2020-06-16 | 73 | -0/+806 |
Move the `TARGET_FILE` cases and friends out of `RunCMake.GeneratorExpression`. |