diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-07-05 01:00:44 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-07-05 01:08:56 (GMT) |
commit | 703900d166f703c047ca064a7b8328bb66410552 (patch) | |
tree | 4cf05f848d5941384e2387e7a69e456d0c1b0225 /Help/policy | |
parent | 2a336d855443d7db601bd79e80fce86726962cd2 (diff) | |
download | CMake-703900d166f703c047ca064a7b8328bb66410552.zip CMake-703900d166f703c047ca064a7b8328bb66410552.tar.gz CMake-703900d166f703c047ca064a7b8328bb66410552.tar.bz2 |
Help: Mention CMP0131 in LINK_LIBRARIES docs
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0131.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0131.rst b/Help/policy/CMP0131.rst index e85b8ab..d5430e4 100644 --- a/Help/policy/CMP0131.rst +++ b/Help/policy/CMP0131.rst @@ -20,7 +20,7 @@ account for this change. The ``OLD`` behavior for this policy is to use :prop_tgt:`LINK_LIBRARIES` content guarded by :genex:`$<LINK_ONLY:...>` even for non-linking -usage requirements. The ``NEW`` behavior for this policy is to to use +usage requirements. The ``NEW`` behavior for this policy is to use the guarded content only for link dependencies. This policy was introduced in CMake version 3.24. Use the |