summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CheckSourceCompiles/CheckSourceCompilesSwift.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update Swift tests to use CMP0157 NEW behaviorEvan Wilde2023-11-171-0/+1
| | | | | Fixing failing tests caused by introduction of new policy + warning when the policy is not set.
* CheckSourceCompiles: Add support for SwiftEvan Wilde2022-10-241-0/+15
Plumb through swift `check_source_compiles` support. Add tests to check that valid swift sources compile and invalid sources don't.