[Cmake-commits] CMake branch, next, updated. v2.8.12-4148-ge61a119

Stephen Kelly steveire at gmail.com
Fri Oct 18 12:47:22 EDT 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  e61a119db0d8d095429405ba5880385335a9605e (commit)
       via  2145998ecd0eb3dacb248ee62c659bd7f6ef0744 (commit)
      from  ff3d1f6977f8cf39e896b1cb666061c8b7c5a984 (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=e61a119db0d8d095429405ba5880385335a9605e
commit e61a119db0d8d095429405ba5880385335a9605e
Merge: ff3d1f6 2145998
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 18 12:47:10 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 18 12:47:10 2013 -0400

    Merge topic 'double-colon-is-imported' into next
    
    2145998 Add missing file testing CMP0028 warning output.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2145998ecd0eb3dacb248ee62c659bd7f6ef0744
commit 2145998ecd0eb3dacb248ee62c659bd7f6ef0744
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 18 18:46:02 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 18 18:46:02 2013 +0200

    Add missing file testing CMP0028 warning output.

diff --git a/Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt b/Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt
new file mode 100644
index 0000000..9729a4c
--- /dev/null
+++ b/Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt
@@ -0,0 +1,11 @@
+CMake Warning \(dev\) at CMP0028-WARN.cmake:2 \(add_library\):
+  Policy CMP0028 is not set: Double semicolon in target name means ALIAS or
+  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
+  Use the cmake_policy command to set the policy and suppress this warning.
+
+  Target "foo" links to target "External::Library" but the target was not
+  found.  Perhaps a find_package\(\) call is missing for an IMPORTED target, or
+  a ALIAS target is missing\?
+Call Stack \(most recent call first\):
+  CMakeLists.txt:3 \(include\)
+This warning is for project developers.  Use -Wno-dev to suppress it.

-----------------------------------------------------------------------

Summary of changes:
 Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list