Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property | Marc Chevrier | 2021-02-23 | 4 | -5/+34 |
| | | | | | | | If target property LINKER_LANGUAGE is set, LINK_LANGUAGE generator expression evaluation must be always successful. This fix can be helpful to elaborate a solution for issue #21818. | ||||
* | Tests: Shorten case names in RunCMake.target_link_libraries-* tests | Brad King | 2020-06-17 | 8 | -17/+17 |
| | | | | | Drop the portion of the case names that repeats the name of the containing test. | ||||
* | Tests: Split RunCMake.target_link_libraries test | Marc Chevrier | 2020-06-17 | 15 | -0/+188 |
Fixes: #20836 |