summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Apple-Apple-Swift.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Swift: Honor CMAKE_OSX_SYSROOT on Apple platformsBrad King2019-10-281-0/+1
Pass the value to the Swift compiler driver via `-sdk`. We already do this for C/C++ via `-isysroot`. This fixes command-line builds on macOS 10.15 with Xcode 11 Swift tools. Fixes: #19880