summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 3881c54..7b80d14 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -299,7 +299,7 @@ cmPolicies::cmPolicies()
this->DefinePolicy(
CMP0039, "CMP0039",
- "Utility targets may not have link dependencies",
+ "Utility targets may not have link dependencies.",
3,0,0,0, cmPolicies::WARN);
}