[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-620-g5837e36
Brad King
brad.king at kitware.com
Fri Nov 14 11:33:32 EST 2014
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, next has been updated
via 5837e3627e52761e34e72103bd37a0ff6ea256ef (commit)
via 0f95a67e01c7d4d116b51fde5ef3cef1aa0c0068 (commit)
from e11dab0b6b29192e1a00e439a297c50a98bc3caf (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=5837e3627e52761e34e72103bd37a0ff6ea256ef
commit 5837e3627e52761e34e72103bd37a0ff6ea256ef
Merge: e11dab0 0f95a67
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 11:33:31 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 14 11:33:31 2014 -0500
Merge topic 'test-custom-command-errors' into next
0f95a67e Tests/RunCMake/add_custom_command: Improve expected regex
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0f95a67e01c7d4d116b51fde5ef3cef1aa0c0068
commit 0f95a67e01c7d4d116b51fde5ef3cef1aa0c0068
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 11:33:12 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 14 11:33:12 2014 -0500
Tests/RunCMake/add_custom_command: Improve expected regex
diff --git a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
index 428954e..96d0972 100644
--- a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
+++ b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
@@ -1,5 +1,5 @@
CMake Error at AppendNotOutput.cmake:1 \(add_custom_command\):
- add_custom_command given APPEND option with output "[^"]*"
+ add_custom_command given APPEND option with output.*
which is not already a custom command output.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list