summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries-ALIAS
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-3/+0
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* ALIAS targets: Non-global aliases must be propagated to sub-directoriesMarc Chevrier2020-07-113-6/+18
| | | | Fixes: #20942
* Tests: Split RunCMake.target_link_libraries testMarc Chevrier2020-06-176-0/+91
Fixes: #20836