diff options
author | Brad King <brad.king@kitware.com> | 2013-11-13 14:58:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-13 14:58:50 (GMT) |
commit | 978d796e8dbb437ff9ebf34dadb123a9583c6d9b (patch) | |
tree | eb27d806aabdbc89437c44a935185ae38f715d1e /Source | |
parent | 5473b327c622719d577888837931fd75b01984f1 (diff) | |
parent | 49cbca6c2ac49c56b39c6708a011e5f81367bfb5 (diff) | |
download | CMake-978d796e8dbb437ff9ebf34dadb123a9583c6d9b.zip CMake-978d796e8dbb437ff9ebf34dadb123a9583c6d9b.tar.gz CMake-978d796e8dbb437ff9ebf34dadb123a9583c6d9b.tar.bz2 |
Merge topic 'policy-summary-periods'
49cbca6 CMP0038: Add missing '.' to policy summary line
7390002 CMP0039: Add missing '.' to policy summary line
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.cxx | 2 |
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); } |