summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.cxx
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@iit.it>2013-11-11 09:03:59 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-12 16:54:14 (GMT)
commit7390002964fabc9acabc014b9e9ed9f0def35b17 (patch)
treede8dcda342d8bcb72dc10d7fcef6bc29ef1bf552 /Source/cmPolicies.cxx
parent13da9f00245694d3dee9f4c9b245f0e3941284c5 (diff)
downloadCMake-7390002964fabc9acabc014b9e9ed9f0def35b17.zip
CMake-7390002964fabc9acabc014b9e9ed9f0def35b17.tar.gz
CMake-7390002964fabc9acabc014b9e9ed9f0def35b17.tar.bz2
CMP0039: Add missing '.' to policy summary line
Diffstat (limited to 'Source/cmPolicies.cxx')
-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);
}