[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2294-g0e8a6cf
Brad King
brad.king at kitware.com
Fri Feb 22 08:57:15 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, next has been updated
via 0e8a6cfc16d07bf3cffb9840d05d0a4d7a82e55a (commit)
via 9a94a5364a51f5c0e0ef87ff5355e3fc3cc0cc74 (commit)
from f189046f9d5e74c74c6ee4ee995ef2d9e1742e4e (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=0e8a6cfc16d07bf3cffb9840d05d0a4d7a82e55a
commit 0e8a6cfc16d07bf3cffb9840d05d0a4d7a82e55a
Merge: f189046 9a94a53
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 22 08:57:14 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 22 08:57:14 2013 -0500
Merge topic 'FPHSA_FOUND_VAR_OPTION' into next
9a94a53 Fix RunCMake.FPHSA BadFoundVar stderr match
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a94a5364a51f5c0e0ef87ff5355e3fc3cc0cc74
commit 9a94a5364a51f5c0e0ef87ff5355e3fc3cc0cc74
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 22 08:56:28 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Feb 22 08:56:28 2013 -0500
Fix RunCMake.FPHSA BadFoundVar stderr match
Do not assume the source tree is named "CMake".
diff --git a/Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt b/Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt
index d9e9a21..4c739d8 100644
--- a/Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt
+++ b/Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt
@@ -1,4 +1,4 @@
-CMake Error at .*/CMake/Modules/FindPackageHandleStandardArgs.cmake:[0-9]+ \(message\):
+CMake Error at .*/Modules/FindPackageHandleStandardArgs.cmake:[0-9]+ \(message\):
The argument for FOUND_VAR is "badfoundvar_FOUND", but only
"BadFoundVar_FOUND" and "BADFOUNDVAR_FOUND" are valid names.
Call Stack \(most recent call first\):
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list