[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2872-g75967b4

Stephen Kelly steveire at gmail.com
Tue May 6 16:49:55 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  75967b49118b40dad10fdbaeeeb153f99911c293 (commit)
       via  8ddb0bcd1748aea6c6cd028ee0444935906447e1 (commit)
      from  5084df9d8efbf3d106a2335935ad32a45921fa0d (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=75967b49118b40dad10fdbaeeeb153f99911c293
commit 75967b49118b40dad10fdbaeeeb153f99911c293
Merge: 5084df9 8ddb0bc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 6 16:49:54 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 6 16:49:54 2014 -0400

    Merge topic 'compile-features-C-language' into next
    
    8ddb0bcd Fix test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ddb0bcd1748aea6c6cd028ee0444935906447e1
commit 8ddb0bcd1748aea6c6cd028ee0444935906447e1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 6 22:49:00 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 6 22:49:00 2014 +0200

    Fix test.

diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCFeatures-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCFeatures-stderr.txt
index 22da1b8..3b64d77 100644
--- a/Tests/RunCMake/CompileFeatures/NoSupportedCFeatures-stderr.txt
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCFeatures-stderr.txt
@@ -1,7 +1,7 @@
 CMake Error at NoSupportedCFeatures.cmake:3 \(target_compile_features\):
   target_compile_features no known features for C compiler
 
-  "GNU"
+  "[^"]*"
 
   version *[.0-9]+\.
 Call Stack \(most recent call first\):
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCFeaturesGenex-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCFeaturesGenex-stderr.txt
index 99a9358..df647e8 100644
--- a/Tests/RunCMake/CompileFeatures/NoSupportedCFeaturesGenex-stderr.txt
+++ b/Tests/RunCMake/CompileFeatures/NoSupportedCFeaturesGenex-stderr.txt
@@ -1,6 +1,6 @@
 CMake Error in CMakeLists.txt:
   No known features for C compiler
 
-  "GNU"
+  "[^"]*"
 
   version *[.0-9]+\.

-----------------------------------------------------------------------

Summary of changes:
 Tests/RunCMake/CompileFeatures/NoSupportedCFeatures-stderr.txt      |    2 +-
 Tests/RunCMake/CompileFeatures/NoSupportedCFeaturesGenex-stderr.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list