summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0037.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-14 22:29:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-12-19 15:17:58 (GMT)
commit4cb7d792af6bb64d40ed96f028e7df69f2062947 (patch)
tree9b55ca44d3195110bacb882bf0f90ee6998c86b9 /Help/policy/CMP0037.rst
parent5187580bcd36aabb7518004b85756d944e7b531a (diff)
downloadCMake-4cb7d792af6bb64d40ed96f028e7df69f2062947.zip
CMake-4cb7d792af6bb64d40ed96f028e7df69f2062947.tar.gz
CMake-4cb7d792af6bb64d40ed96f028e7df69f2062947.tar.bz2
Help: Fix CMP0037 docs.
INTERFACE libraries may not use double-colons, but IMPORTED targets may.
Diffstat (limited to 'Help/policy/CMP0037.rst')
-rw-r--r--Help/policy/CMP0037.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0037.rst b/Help/policy/CMP0037.rst
index 059b2e6..f4d2f4e 100644
--- a/Help/policy/CMP0037.rst
+++ b/Help/policy/CMP0037.rst
@@ -11,7 +11,7 @@ diagnostics expect target names to match a restricted pattern.
Target names may contain upper and lower case letters, numbers, the underscore
character (_), dot(.), plus(+) and minus(-). As a special case, ALIAS
-targets and INTERFACE library targets may contain two consequtive colons.
+targets and IMPORTED targets may contain two consequtive colons.
Target names reserved by one or more CMake generators are not allowed.
Among others these include "all", "help" and "test".