cmake/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst

12 lines
348 B
ReStructuredText
Raw Normal View History

2016-10-30 18:24:19 +01:00
CMAKE_Swift_LANGUAGE_VERSION
----------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.7
2019-11-11 23:01:05 +01:00
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.