2020-08-30 11:54:41 +02:00
|
|
|
CMAKE_<LANG>_COMPILER_LAUNCHER
|
|
|
|
------------------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.17
|
|
|
|
|
2020-08-30 11:54:41 +02:00
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
|
|
|
|
Default compiler launcher to use for the specified language. Will only be used
|
|
|
|
by CMake to initialize the variable on the first configuration. Afterwards, it
|
|
|
|
is available through the cache setting of the variable of the same name. For
|
|
|
|
any configuration run (including the first), the environment variable will be
|
|
|
|
ignored if the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable is defined.
|