summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Help/envvar/SWIFTC.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-03-20 14:28:55 -0700
committerHaibo Huang <hhb@google.com>2020-03-20 14:39:39 -0700
commit82cd051f0b358a85f268ddcc4320c12ef3fd7097 (patch)
tree720444adf4bb0d7698dc953c6706c2955621089f /share/cmake-3.17/Help/envvar/SWIFTC.rst
parentd00577c9d4ee9a42fb5158f49a1ebce8047b0bd8 (diff)
downloaddarwin-x86-82cd051f0b358a85f268ddcc4320c12ef3fd7097.tar.gz
Upgrade cmake prebuilt to 3.17.0 [Darwin]
Built at: http://fusion/62f916ad-981c-481b-90fe-89fa033e9ef6 Change-Id: Icfd765935145267a3bfe7839446eb0bf623810d4
Diffstat (limited to 'share/cmake-3.17/Help/envvar/SWIFTC.rst')
-rw-r--r--share/cmake-3.17/Help/envvar/SWIFTC.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.17/Help/envvar/SWIFTC.rst b/share/cmake-3.17/Help/envvar/SWIFTC.rst
new file mode 100644
index 0000000..b12e51d
--- /dev/null
+++ b/share/cmake-3.17/Help/envvar/SWIFTC.rst
@@ -0,0 +1,11 @@
+SWIFTC
+------
+
+.. include:: ENV_VAR.txt
+
+Preferred executable for compiling ``Swift`` language files. Will only be used by
+CMake on the first configuration to determine ``Swift`` compiler, after which the
+value for ``SWIFTC`` is stored in the cache as
+:variable:`CMAKE_Swift_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration run
+(including the first), the environment variable will be ignored if the
+:variable:`CMAKE_Swift_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.