mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
c10c9f839a
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
2 lines
37 B
CMake
2 lines
37 B
CMake
set(CMAKE_Swift_SYSROOT_FLAG "-sdk")
|