[Cmake-commits] CMake branch, master, updated. v2.8.10.1-124-g70b176e
Brad King
brad.king at kitware.com
Tue Nov 13 14:31:21 EST 2012
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 70b176e276e874b78562519b48fa2cee6e05cd6b (commit)
via d2d43986e7f5013465473a71c393fc3897cecbac (commit)
from 8f47c8bed1aa1c0eb0130f0f2d2b64f5c14aa53f (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=70b176e276e874b78562519b48fa2cee6e05cd6b
commit 70b176e276e874b78562519b48fa2cee6e05cd6b
Merge: 8f47c8b d2d4398
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 13 14:31:19 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 13 14:31:19 2012 -0500
Merge topic 'deprecate-load_command'
d2d4398 load_command: Deprecate and document pending removal
diff --cc Tests/RunCMake/CMakeLists.txt
index 8c67625,a484983..360ad78
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@@ -53,8 -52,8 +53,9 @@@ add_RunCMake_test(ObjectLibrary
add_RunCMake_test(build_command)
add_RunCMake_test(find_package)
add_RunCMake_test(include)
+add_RunCMake_test(include_directories)
add_RunCMake_test(list)
+ add_RunCMake_test(load_command)
if("${CMAKE_TEST_GENERATOR}" MATCHES "Visual Studio [^6]")
add_RunCMake_test(include_external_msproject)
-----------------------------------------------------------------------
Summary of changes:
Source/cmLoadCommandCommand.cxx | 4 ++++
Source/cmLoadCommandCommand.h | 15 ++++++++++++++-
Tests/RunCMake/CMakeLists.txt | 1 +
.../CMakeLists.txt | 0
.../load_command/LoadCommandDeprecated-stderr.txt | 6 ++++++
.../load_command/LoadCommandDeprecated.cmake | 1 +
Tests/RunCMake/load_command/RunCMakeTest.cmake | 3 +++
7 files changed, 29 insertions(+), 1 deletions(-)
copy Tests/RunCMake/{GeneratorExpression => load_command}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt
create mode 100644 Tests/RunCMake/load_command/LoadCommandDeprecated.cmake
create mode 100644 Tests/RunCMake/load_command/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list