summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-12 16:54:49 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-12 16:54:49 (GMT)
commit49cbca6c2ac49c56b39c6708a011e5f81367bfb5 (patch)
tree44739620bd0de0015978c8b8f914f512ccfa3a1e /Help
parent7390002964fabc9acabc014b9e9ed9f0def35b17 (diff)
downloadCMake-49cbca6c2ac49c56b39c6708a011e5f81367bfb5.zip
CMake-49cbca6c2ac49c56b39c6708a011e5f81367bfb5.tar.gz
CMake-49cbca6c2ac49c56b39c6708a011e5f81367bfb5.tar.bz2
CMP0038: Add missing '.' to policy summary line
Diffstat (limited to 'Help')
-rw-r--r--Help/policy/CMP0038.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0038.rst b/Help/policy/CMP0038.rst
index c448ed6..e680780 100644
--- a/Help/policy/CMP0038.rst
+++ b/Help/policy/CMP0038.rst
@@ -1,7 +1,7 @@
CMP0038
-------
-Targets may not link directly to themselves
+Targets may not link directly to themselves.
CMake 2.8.12 and lower allowed a build target to link to itself directly with
a :command:`target_link_libraries` call. This is an indicator of a bug in