2015-11-17 17:22:37 +01:00
|
|
|
CMAKE_<LANG>_COMPILER_LAUNCHER
|
|
|
|
------------------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.4
|
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
Default value for :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property.
|
|
|
|
This variable is used to initialize the property on each target as it is
|
2018-04-23 21:13:27 +02:00
|
|
|
created. This is done only when ``<LANG>`` is ``C``, ``CXX``, ``Fortran``,
|
2021-09-14 00:13:48 +02:00
|
|
|
``HIP``, ``ISPC``, ``OBJC``, ``OBJCXX``, or ``CUDA``.
|
2020-08-30 11:54:41 +02:00
|
|
|
|
|
|
|
This variable is initialized to the :envvar:`CMAKE_<LANG>_COMPILER_LAUNCHER`
|
|
|
|
environment variable if it is set.
|