summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-15 13:45:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-15 13:45:28 (GMT)
commitc1113705d7469e87f1f988ea1c86f0bbf96dd219 (patch)
tree0ae8d92d79baf81718eecb3894c663097a0b28a3 /Help/release/dev
parent919b116f98f20e685999ab8e94415c11228d7d88 (diff)
parent698f75971bee336133d21260db069bb139bd3d76 (diff)
downloadCMake-c1113705d7469e87f1f988ea1c86f0bbf96dd219.zip
CMake-c1113705d7469e87f1f988ea1c86f0bbf96dd219.tar.gz
CMake-c1113705d7469e87f1f988ea1c86f0bbf96dd219.tar.bz2
Merge topic 'compiler-launcher'
698f7597 Add options to launch the compiler through tools like ccache or distcc
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/compiler-launcher.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/compiler-launcher.rst b/Help/release/dev/compiler-launcher.rst
new file mode 100644
index 0000000..3ba692d
--- /dev/null
+++ b/Help/release/dev/compiler-launcher.rst
@@ -0,0 +1,8 @@
+compiler-launcher
+-----------------
+
+* The :ref:`Makefile Generators` and the :generator:`Ninja` generator
+ learned to add compiler launcher tools like distcc and ccache along with the
+ compiler for ``C`` and ``CXX`` languages. See the
+ :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable and
+ :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property for details.