summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-05-30 09:45:53 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-05-30 09:47:39 (GMT)
commit9436ad35df17df89e1a74f91103b04baad085127 (patch)
tree03dd545967151a213153304db2bafcdb3ce3987c /Help/manual
parent67dd68765700bbd6a981700c04f45b28cdc85587 (diff)
downloadCMake-9436ad35df17df89e1a74f91103b04baad085127.zip
CMake-9436ad35df17df89e1a74f91103b04baad085127.tar.gz
CMake-9436ad35df17df89e1a74f91103b04baad085127.tar.bz2
target_link_libraries: self-link through ALIAS is an error
Fixes: #19617
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 8d41ed8..e98038a 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.18
.. toctree::
:maxdepth: 1
+ CMP0108: A target cannot link to itself through an alias. </policy/CMP0108>
CMP0107: An ALIAS target cannot overwrite another target. </policy/CMP0107>
CMP0106: The Documentation module is removed. </policy/CMP0106>
CMP0105: Device link step uses the link options. </policy/CMP0105>