summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries-LINK_LANGUAGE
Commit message (Collapse)AuthorAgeFilesLines
* Genex: LINK_LANGUAGE respects LINKER_LANGUAGE propertyMarc Chevrier2021-02-234-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-* testsBrad King2020-06-178-17/+17
| | | | | Drop the portion of the case names that repeats the name of the containing test.
* Tests: Split RunCMake.target_link_libraries testMarc Chevrier2020-06-1715-0/+188
Fixes: #20836