diff options
author | Brad King <brad.king@kitware.com> | 2022-09-01 14:02:02 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-01 14:02:11 (GMT) |
commit | 2e86c02c244d41e768107fe1a5912af5b15b021c (patch) | |
tree | 60f9e85b0338c9ac1ae44b9385bef67dfcaf40d3 /Help | |
parent | bf7688c2fc701e99a4a20049de5b94023f35ac39 (diff) | |
parent | 36400e9dc1248f34b6cdfc56554dfb9e71a36ea6 (diff) | |
download | CMake-2e86c02c244d41e768107fe1a5912af5b15b021c.zip CMake-2e86c02c244d41e768107fe1a5912af5b15b021c.tar.gz CMake-2e86c02c244d41e768107fe1a5912af5b15b021c.tar.bz2 |
Merge topic 'compiler-launcher-genexp'
36400e9dc1 COMPILER_LAUNCHER: Add support for generator expressions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !7613
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/compiler-launcher-genexp.rst | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst index cba8ac9..2e039bd 100644 --- a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst +++ b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst @@ -14,3 +14,8 @@ its arguments to the tool. Some example tools are distcc and ccache. This property is initialized by the value of the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable if it is set when a target is created. + +.. versionadded:: 3.25 + + The property value may use + :manual:`generator expressions <cmake-generator-expressions(7)>`. diff --git a/Help/release/dev/compiler-launcher-genexp.rst b/Help/release/dev/compiler-launcher-genexp.rst new file mode 100644 index 0000000..0e79992 --- /dev/null +++ b/Help/release/dev/compiler-launcher-genexp.rst @@ -0,0 +1,5 @@ +compiler-launcher-genexp +------------------------ + +* The :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property now supports + :manual:`generator expressions <cmake-generator-expressions(7)>`. |