summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AppleSilicon
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cover macOS host architecture selection on Apple Silicon hostsBrad King2020-12-1012-0/+101
Add test cases verifying that `CMAKE_APPLE_SILICON_PROCESSOR` set as either a cache or environment variable causes that to be selected as the host architecture. Also verify that sources compile using whatever is selected as the host architecture, even when the explicit setting is not used. Issue: #21554