diff options
author | Brad King <brad.king@kitware.com> | 2015-06-15 13:45:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-15 13:45:28 (GMT) |
commit | c1113705d7469e87f1f988ea1c86f0bbf96dd219 (patch) | |
tree | 0ae8d92d79baf81718eecb3894c663097a0b28a3 /Help/variable | |
parent | 919b116f98f20e685999ab8e94415c11228d7d88 (diff) | |
parent | 698f75971bee336133d21260db069bb139bd3d76 (diff) | |
download | CMake-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/variable')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst b/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst new file mode 100644 index 0000000..7961f60 --- /dev/null +++ b/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst @@ -0,0 +1,6 @@ +CMAKE_<LANG>_COMPILER_LAUNCHER +------------------------------ + +Default value for :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property. +This variable is used to initialize the property on each target as it is +created. This is done only when ``<LANG>`` is ``C`` or ``CXX``. |