[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2370-ge94b32f
Stephen Kelly
steveire at gmail.com
Tue Apr 15 14:40:19 EDT 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 e94b32fedf93c59644576d03caaf3b9acfe762ce (commit)
via 6a459ab402a3e14b9cc1f7ff2d1d786aa80a9598 (commit)
from 53527fe9a5218ecd701e36732f385db70e6acd0b (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=e94b32fedf93c59644576d03caaf3b9acfe762ce
commit e94b32fedf93c59644576d03caaf3b9acfe762ce
Merge: 53527fe 6a459ab
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 15 14:40:19 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 15 14:40:19 2014 -0400
Merge topic 'feature-absence-hard-error' into next
6a459ab4 Fix test pattern.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6a459ab402a3e14b9cc1f7ff2d1d786aa80a9598
commit 6a459ab402a3e14b9cc1f7ff2d1d786aa80a9598
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Apr 15 20:39:12 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Apr 15 20:39:12 2014 +0200
Fix test pattern.
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
index 803ae5e..d8366b2 100644
--- a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
@@ -1,6 +1,6 @@
CMake Error in CMakeLists.txt:
No known features for compiler
- "GNU"
+ "[^"]*"
- version 4.7.3.
+ version *[.0-9]+\.
-----------------------------------------------------------------------
Summary of changes:
.../CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list