[Cmake-commits] CMake branch, master, updated. v2.8.10.2-554-gda2b024
Brad King
brad.king at kitware.com
Wed Jan 30 09:38:59 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 da2b0245a380282892be8007f4c3d184a91bcfe0 (commit)
via 7bf490e9bb6128082aa178f28691b3fc418322fe (commit)
via f6b16d4b0642d26111cddff714b464e22b715482 (commit)
via b3a7e19ee479fda18b1dfe237fc4b78467c05fd7 (commit)
from 7462a8a8c3417e559e54d6de7eef837e2adfd2e6 (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=da2b0245a380282892be8007f4c3d184a91bcfe0
commit da2b0245a380282892be8007f4c3d184a91bcfe0
Merge: 7462a8a 7bf490e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 30 09:38:52 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 30 09:38:52 2013 -0500
Merge topic 'fix-target-property-commands'
7bf490e Make subclasses responsible for joining content.
f6b16d4 Don't allow targets args in the new target commands.
b3a7e19 Make the Property name protected so that subclasses can use it.
-----------------------------------------------------------------------
Summary of changes:
Source/cmTargetCompileDefinitionsCommand.cxx | 31 ++++++++++----
Source/cmTargetCompileDefinitionsCommand.h | 9 +---
Source/cmTargetIncludeDirectoriesCommand.cxx | 44 ++++++++++++-------
Source/cmTargetIncludeDirectoriesCommand.h | 9 +---
Source/cmTargetPropCommandBase.cxx | 33 +++------------
Source/cmTargetPropCommandBase.h | 19 ++++-----
.../target_compile_definitions/CMakeLists.txt | 3 +-
.../target_compile_definitions/consumer.cpp | 4 ++
.../target_include_directories/CMakeLists.txt | 3 +-
.../target_include_directories/consumer.cpp | 5 ++
.../relative_dir/relative_dir.h | 2 +
Tests/ExportImport/Import/A/CMakeLists.txt | 19 ++++++---
12 files changed, 98 insertions(+), 83 deletions(-)
create mode 100644 Tests/CMakeCommands/target_include_directories/relative_dir/relative_dir.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list