[Cmake-commits] CMake branch, master, updated. v2.8.12-271-gb31ca93
Brad King
brad.king at kitware.com
Tue Oct 15 09:33:08 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, master has been updated
via b31ca93ba2665c353ba723fecff55eaedf5fb569 (commit)
via e4e5b28c27dc2e6f0073e11fb64c4ea62022a051 (commit)
from 21ccad58fd5abae66b67baba200e2b6cb2402e91 (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=b31ca93ba2665c353ba723fecff55eaedf5fb569
commit b31ca93ba2665c353ba723fecff55eaedf5fb569
Merge: 21ccad5 e4e5b28
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 15 09:33:05 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 15 09:33:05 2013 -0400
Merge topic 'target-LOCATION-policy'
e4e5b28 cmTarget: Deprecate the LOCATION target property with a policy.
-----------------------------------------------------------------------
Summary of changes:
Source/cmPolicies.cxx | 22 +++++++++
Source/cmPolicies.h | 1 +
Source/cmTarget.cxx | 50 ++++++++++++++++++++
Source/cmTarget.h | 2 +
Tests/FindPackageModeMakefileTest/CMakeLists.txt | 12 ++++-
Tests/FindPackageModeMakefileTest/Makefile.in | 4 +-
.../CMP0026-IMPORTED-result.txt} | 0
.../CMP0026-IMPORTED-stderr.txt} | 0
Tests/RunCMake/CMP0026/CMP0026-IMPORTED.cmake | 6 ++
.../CMP0026-NEW-result.txt} | 0
Tests/RunCMake/CMP0026/CMP0026-NEW-stderr.txt | 11 ++++
Tests/RunCMake/CMP0026/CMP0026-NEW.cmake | 7 +++
.../CMP0026-WARN-result.txt} | 0
Tests/RunCMake/CMP0026/CMP0026-WARN-stderr.txt | 12 +++++
Tests/RunCMake/CMP0026/CMP0026-WARN.cmake | 5 ++
.../RunCMake/{Configure => CMP0026}/CMakeLists.txt | 2 +-
Tests/RunCMake/CMP0026/RunCMakeTest.cmake | 5 ++
Tests/RunCMake/{CMP0022 => CMP0026}/empty.cpp | 0
Tests/RunCMake/CMakeLists.txt | 1 +
Utilities/CMakeLists.txt | 9 +--
20 files changed, 139 insertions(+), 10 deletions(-)
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-static-result.txt => CMP0026/CMP0026-IMPORTED-result.txt} (100%)
copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-static-link_libraries-stderr.txt => CMP0026/CMP0026-IMPORTED-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0026/CMP0026-IMPORTED.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0026/CMP0026-NEW-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0026/CMP0026-NEW-stderr.txt
create mode 100644 Tests/RunCMake/CMP0026/CMP0026-NEW.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-static-result.txt => CMP0026/CMP0026-WARN-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0026/CMP0026-WARN-stderr.txt
create mode 100644 Tests/RunCMake/CMP0026/CMP0026-WARN.cmake
copy Tests/RunCMake/{Configure => CMP0026}/CMakeLists.txt (62%)
create mode 100644 Tests/RunCMake/CMP0026/RunCMakeTest.cmake
copy Tests/RunCMake/{CMP0022 => CMP0026}/empty.cpp (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list