[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5099-g4287885
Brad King
brad.king at kitware.com
Tue Nov 12 12:51:20 EST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 42878853baa132b242b6bd0664c2c5e37f536634 (commit)
via 49cbca6c2ac49c56b39c6708a011e5f81367bfb5 (commit)
via 7390002964fabc9acabc014b9e9ed9f0def35b17 (commit)
from ffc30be1b91c1579a243f9c913997de12a639320 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42878853baa132b242b6bd0664c2c5e37f536634
commit 42878853baa132b242b6bd0664c2c5e37f536634
Merge: ffc30be 49cbca6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 12 12:51:18 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 12 12:51:18 2013 -0500
Merge topic 'policy-summary-periods' into next
49cbca6 CMP0038: Add missing '.' to policy summary line
7390002 CMP0039: Add missing '.' to policy summary line
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=49cbca6c2ac49c56b39c6708a011e5f81367bfb5
commit 49cbca6c2ac49c56b39c6708a011e5f81367bfb5
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 12 11:54:49 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 12 11:54:49 2013 -0500
CMP0038: Add missing '.' to policy summary line
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
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7390002964fabc9acabc014b9e9ed9f0def35b17
commit 7390002964fabc9acabc014b9e9ed9f0def35b17
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Mon Nov 11 10:03:59 2013 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 12 11:54:14 2013 -0500
CMP0039: Add missing '.' to policy summary line
diff --git a/Help/policy/CMP0039.rst b/Help/policy/CMP0039.rst
index 1d20f0c..fb62eea 100644
--- a/Help/policy/CMP0039.rst
+++ b/Help/policy/CMP0039.rst
@@ -1,7 +1,7 @@
CMP0039
-------
-Utility targets may not have link dependencies
+Utility targets may not have link dependencies.
CMake 2.8.12 and lower allowed using utility targets in the left hand side
position of the :command:`target_link_libraries` command. This is an indicator
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);
}
diff --git a/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt b/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
index 1496c05..821c4f8 100644
--- a/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
+++ b/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
@@ -1,5 +1,5 @@
CMake Error at CMP0039-NEW.cmake:7 \(target_link_libraries\):
- Policy CMP0039 is not set: Utility targets may not have link dependencies
+ Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run "cmake --help-policy CMP0039" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
diff --git a/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt b/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
index 9387f8c..a8e6c70 100644
--- a/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
+++ b/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
@@ -1,5 +1,5 @@
CMake Warning \(dev\) at CMP0039-WARN.cmake:5 \(target_link_libraries\):
- Policy CMP0039 is not set: Utility targets may not have link dependencies
+ Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run "cmake --help-policy CMP0039" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0038.rst | 2 +-
Help/policy/CMP0039.rst | 2 +-
Source/cmPolicies.cxx | 2 +-
Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt | 2 +-
Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list