summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-23 17:25:35 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-26 12:46:23 (GMT)
commitb35568f3f9f9b8f4b5b2a2e6f4d524540980c3ae (patch)
tree1fc4af01e44a75c99cf8da434e5fe58b7fcd07ff /Help/variable
parent49d50ad40719722236c7867bd69e7ab414224c49 (diff)
downloadCMake-b35568f3f9f9b8f4b5b2a2e6f4d524540980c3ae.zip
CMake-b35568f3f9f9b8f4b5b2a2e6f4d524540980c3ae.tar.gz
CMake-b35568f3f9f9b8f4b5b2a2e6f4d524540980c3ae.tar.bz2
Xcode: Add option to set Swift language version
Create a new CMAKE_Swift_LANGUAGE_VERSION variable to specify the SWIFT_VERSION attribute in a generated Xcode project. Ideally this would be a `<LANG>_STANDARD` property but since Swift support is very minimal we should reserve that property for more complete treatment later. Issue: #16326
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst b/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst
new file mode 100644
index 0000000..50121e2
--- /dev/null
+++ b/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst
@@ -0,0 +1,5 @@
+CMAKE_Swift_LANGUAGE_VERSION
+----------------------------
+
+Set to the Swift language version number. If not set, the legacy "2.3"
+version is assumed.