Files
CMake/Help/release/dev/compiler-launcher-env.rst
Ben Boeckel 6f48c59257 launcher: support setting a compiler launcher through the environment
This makes it much easier to use a launcher for all CMake projects in an
environment rather than having to remember to pass the setting to every
CMake build.
2019-12-05 14:25:36 -05:00

6 lines
202 B
ReStructuredText

compiler-launcher-env
---------------------
* The :envvar:`CMAKE_<LANG>_COMPILER_LAUNCHER` environment variable may now be
used to initialize the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable.