Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Shorten RunCMake.GenEx-* case names | Brad King | 2021-06-25 | 24 | -15/+15 |
| | | | | Reduce the length of the longest path on disk needed by the tests. | ||||
* | Genex $<COMPILE_LANGUAGE>: Extend contexts supported | Marc Chevrier | 2020-07-13 | 2 | -0/+18 |
| | | | | | | | | When genex $<TARGET_PROPERTY:...> for properties like INCLUDE_DIRECTORIES is evaluated as part of add_custom_command or add_custom_target, genex $<COMPILE_LANGUAGE> and $<COMPLIE_LANG_AND_ID> should be supported. Fixes: #20926 | ||||
* | Tests: Factor out RunCMake.GenEx-COMPILE_LANG_AND_ID test | Brad King | 2020-06-16 | 25 | -0/+120 |
Move the `COMPILE_LANG_AND_ID` cases out of `RunCMake.GeneratorExpression`. |