[Cmake-commits] CMake branch, master, updated. v2.8.12.1-932-gd42e0d5
Brad King
brad.king at kitware.com
Thu Dec 19 10:13:03 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, master has been updated
via d42e0d552ce8335fc17ef4f24e6398b8696f7741 (commit)
via 97fae68b81d7dbb5dda9fe21f860863bcc0c7183 (commit)
from 33498bba9cb7e868429b4a72e9e9f60aba21d387 (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=d42e0d552ce8335fc17ef4f24e6398b8696f7741
commit d42e0d552ce8335fc17ef4f24e6398b8696f7741
Merge: 33498bb 97fae68
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 10:12:57 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 10:12:57 2013 -0500
Merge topic 'remove-INTERFACE-build-targets'
97fae68 Remove INTERFACE build targets.
-----------------------------------------------------------------------
Summary of changes:
Source/cmComputeTargetDepends.cxx | 25 ++----
Source/cmGlobalUnixMakefileGenerator3.cxx | 92 ++++++++------------
Source/cmLocalUnixMakefileGenerator3.cxx | 1 -
Source/cmMakefileLibraryTargetGenerator.cxx | 3 -
Source/cmMakefileTargetGenerator.cxx | 1 -
Tests/CMakeLists.txt | 18 ----
Tests/InterfaceBuildTargets/CMakeLists.txt | 13 ---
Tests/InterfaceBuildTargets/main.cxx | 5 -
Tests/InterfaceBuildTargets/testlib.cxx | 5 -
Tests/InterfaceLibrary/CMakeLists.txt | 14 +++
Tests/InterfaceLibrary/broken.cpp | 2 +
.../main.cpp => InterfaceLibrary/dummy.cpp} | 0
12 files changed, 60 insertions(+), 119 deletions(-)
delete mode 100644 Tests/InterfaceBuildTargets/CMakeLists.txt
delete mode 100644 Tests/InterfaceBuildTargets/main.cxx
delete mode 100644 Tests/InterfaceBuildTargets/testlib.cxx
create mode 100644 Tests/InterfaceLibrary/broken.cpp
copy Tests/{StagingPrefix/main.cpp => InterfaceLibrary/dummy.cpp} (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list