diff options
author | Brad King <brad.king@kitware.com> | 2020-12-08 15:19:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-12-08 15:20:11 (GMT) |
commit | 8a3ecb484fb04aa9fb8b9f6d198b3a6942c26115 (patch) | |
tree | c155adee472afeb3d95c57c0c5ab15ad24cc29cc /Help/policy | |
parent | 61cd587ef3dce2019984a8b8ea726f09a0c8c751 (diff) | |
parent | cf0c71dae3009a75e08c91eb5d3138ffd488f7db (diff) | |
download | CMake-8a3ecb484fb04aa9fb8b9f6d198b3a6942c26115.zip CMake-8a3ecb484fb04aa9fb8b9f6d198b3a6942c26115.tar.gz CMake-8a3ecb484fb04aa9fb8b9f6d198b3a6942c26115.tar.bz2 |
Merge topic 'update_cmp112' into release-3.19
cf0c71dae3 Document CMP0112 covers $<TARGET_FILE_NAME,tgt>
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5582
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0112.rst | 1 |
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`` |