mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
96dece6dc1
Xcode 10.2 no longer supports Swift language versions before 4.0. Fixes: #18871
10 lines
325 B
ReStructuredText
10 lines
325 B
ReStructuredText
CMAKE_Swift_LANGUAGE_VERSION
|
|
----------------------------
|
|
|
|
Set to the Swift language version number. If not set, the oldest legacy
|
|
version known to be available in the host Xcode version is assumed:
|
|
|
|
* Swift ``4.0`` for Xcode 10.2 and above.
|
|
* Swift ``3.0`` for Xcode 8.3 and above.
|
|
* Swift ``2.3`` for Xcode 8.2 and below.
|