[Cmake-commits] CMake branch, master, updated. v2.8.12.1-875-ga5c3f05
Brad King
brad.king at kitware.com
Wed Dec 4 08:33:42 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 a5c3f059ff353cda0aa598921b8c38fda587156f (commit)
via 1cd1430b1fb0df91ff97d4ba3f360cdee0f56ce2 (commit)
from f1ec923d1ad0fdc38be33bb4e47a24c59255ddf7 (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=a5c3f059ff353cda0aa598921b8c38fda587156f
commit a5c3f059ff353cda0aa598921b8c38fda587156f
Merge: f1ec923 1cd1430
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 4 08:33:36 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 4 08:33:36 2013 -0500
Merge topic 'fix-export-segfault'
1cd1430 export(): Check targets exist at configure-time (#14608)
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportCommand.cxx | 8 ++++++++
Tests/RunCMake/CMakeLists.txt | 1 +
.../{ObjectLibrary => export}/CMakeLists.txt | 2 +-
Tests/RunCMake/export/RunCMakeTest.cmake | 3 +++
.../TargetNotFound-result.txt} | 0
Tests/RunCMake/export/TargetNotFound-stderr.txt | 4 ++++
Tests/RunCMake/export/TargetNotFound.cmake | 1 +
7 files changed, 18 insertions(+), 1 deletions(-)
copy Tests/RunCMake/{ObjectLibrary => export}/CMakeLists.txt (71%)
create mode 100644 Tests/RunCMake/export/RunCMakeTest.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => export/TargetNotFound-result.txt} (100%)
create mode 100644 Tests/RunCMake/export/TargetNotFound-stderr.txt
create mode 100644 Tests/RunCMake/export/TargetNotFound.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list