summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2022-08-26 07:15:48 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-30 21:26:25 (GMT)
commit36400e9dc1248f34b6cdfc56554dfb9e71a36ea6 (patch)
treeb16d95efe2704c9b6c76b166ff02626820092a4e /Help/prop_tgt
parent60a1ccbd6a913d09d7c0a3f2b104e60699718e07 (diff)
downloadCMake-36400e9dc1248f34b6cdfc56554dfb9e71a36ea6.zip
CMake-36400e9dc1248f34b6cdfc56554dfb9e71a36ea6.tar.gz
CMake-36400e9dc1248f34b6cdfc56554dfb9e71a36ea6.tar.bz2
COMPILER_LAUNCHER: Add support for generator expressions
Fixes: #23441
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst5
1 files changed, 5 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)>`.