[Cmake-commits] CMake branch, master, updated. v3.4.3-923-gc022b6f
Brad King
brad.king at kitware.com
Mon Feb 1 10:43:53 EST 2016
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 c022b6f6862c67885401d24c438acac457c64f31 (commit)
via d257d68138a00758910bbca3dd77dcfcc04e65cc (commit)
via 4d53e0a75e3ccddf14f556e88302573f14aa8830 (commit)
via 8c615af4dfaaec38dfb7f42ec951485644c2e24b (commit)
via 63c5808f9328797ef225c0d81d60b0fa39ac7d3b (commit)
via a336e438e2dc45ffffcd656cfc81507f94e0cec5 (commit)
via 88968265e24bc294b4055d7db8a1f9ffbaf73698 (commit)
from e18d0df5ed7170b9cc4eafa9f73c6605cc9b4107 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c022b6f6862c67885401d24c438acac457c64f31
commit c022b6f6862c67885401d24c438acac457c64f31
Merge: e18d0df d257d68
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 1 10:43:51 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 1 10:43:51 2016 -0500
Merge topic 'clarify-add_custom_command-TARGET-scope'
d257d681 add_custom_command: Clarify error when TARGET is out of scope (#15681)
4d53e0a7 Help: Clarify `add_custom_command(TARGET)` scope (#15681)
8c615af4 Help: Clarify policy `CMP0040` documentation (#15681)
63c5808f Help: Clarify scope of `if(TARGET)` expression
a336e438 Help: Improve markup in `if` command documentation
88968265 Help: Improve markup in `get_target_property` documentation
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 7 +++++--
Help/command/get_target_property.rst | 2 +-
Help/command/if.rst | 9 +++++----
Help/policy/CMP0040.rst | 19 +++++++++++--------
Source/cmMakefile.cxx | 19 ++++++++++++++++++-
.../CMP0040/CMP0040-NEW-missing-target-stderr.txt | 2 +-
.../CMP0040/CMP0040-WARN-missing-target-stderr.txt | 2 +-
.../RunCMake/add_custom_command/RunCMakeTest.cmake | 2 ++
.../TargetImported-result.txt} | 0
.../add_custom_command/TargetImported-stderr.txt | 4 ++++
.../add_custom_command/TargetImported.cmake | 2 ++
.../TargetNotInDir-result.txt} | 0
.../add_custom_command/TargetNotInDir-stderr.txt | 4 ++++
.../add_custom_command/TargetNotInDir.cmake | 2 ++
.../TargetNotInDir/CMakeLists.txt | 1 +
15 files changed, 57 insertions(+), 18 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_command/TargetImported-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_custom_command/TargetImported-stderr.txt
create mode 100644 Tests/RunCMake/add_custom_command/TargetImported.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_command/TargetNotInDir-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir-stderr.txt
create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir.cmake
create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir/CMakeLists.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list