summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CMAKE_LANG_COMPILER_LAUNCHER.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* launcher: support setting a compiler launcher through the environmentBen Boeckel2019-12-051-0/+10
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.