summaryrefslogtreecommitdiffstats
path: root/Help/policy
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2020-12-07 14:50:39 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2020-12-07 14:50:39 (GMT)
commitcf0c71dae3009a75e08c91eb5d3138ffd488f7db (patch)
tree028776f1e43f0c2153d0cdad0325569df16103c3 /Help/policy
parent64fb825438a2fecb9eab9933d5d1b926bf6f294b (diff)
downloadCMake-cf0c71dae3009a75e08c91eb5d3138ffd488f7db.zip
CMake-cf0c71dae3009a75e08c91eb5d3138ffd488f7db.tar.gz
CMake-cf0c71dae3009a75e08c91eb5d3138ffd488f7db.tar.bz2
Document CMP0112 covers $<TARGET_FILE_NAME,tgt>
Fixes #21559
Diffstat (limited to 'Help/policy')
-rw-r--r--Help/policy/CMP0112.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/policy/CMP0112.rst b/Help/policy/CMP0112.rst
index 78a9055..313a51e 100644
--- a/Help/policy/CMP0112.rst
+++ b/Help/policy/CMP0112.rst
@@ -8,6 +8,7 @@ Target file component generator expressions do not add target dependencies.
The following target-based generator expressions that query for directory or
file name components no longer add a dependency on the evaluated target.
+ - ``TARGET_FILE_NAME``
- ``TARGET_FILE_DIR``
- ``TARGET_LINKER_FILE_BASE_NAME``
- ``TARGET_LINKER_FILE_NAME``