[Cmake-commits] CMake branch, next, updated. v2.8.12-3738-g6533627

Stephen Kelly steveire at gmail.com
Wed Oct 9 19:26:15 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  6533627e2f2f5c5a861ed35952f0d4145128ac1b (commit)
       via  14b0799d4bf751ed1c8d68d2436739288aee26f5 (commit)
      from  be7a948b7ef580a0eecb51cee2a0a5f0112e50d2 (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=6533627e2f2f5c5a861ed35952f0d4145128ac1b
commit 6533627e2f2f5c5a861ed35952f0d4145128ac1b
Merge: be7a948 14b0799
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 9 19:26:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 9 19:26:11 2013 -0400

    Merge topic 'INTERFACE_LIBRARY-build-targets' into next
    
    14b0799 Add missing file.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=14b0799d4bf751ed1c8d68d2436739288aee26f5
commit 14b0799d4bf751ed1c8d68d2436739288aee26f5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 01:25:30 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 10 01:25:30 2013 +0200

    Add missing file.

diff --git a/Tests/InterfaceBuildTargets/testlib.cxx b/Tests/InterfaceBuildTargets/testlib.cxx
new file mode 100644
index 0000000..02bd6b0
--- /dev/null
+++ b/Tests/InterfaceBuildTargets/testlib.cxx
@@ -0,0 +1,5 @@
+
+void testlib(void)
+{
+
+}

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

Summary of changes:
 Tests/InterfaceBuildTargets/testlib.cxx |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 Tests/InterfaceBuildTargets/testlib.cxx


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list