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  b5743ddb3fe4426b6cc6704314b69102f1f7e0eb (commit)
       via  2a60d39fb82d5f57a953400f082443aa14f9af4e (commit)
      from  ecbf6d2818fe01476c6e0c202e6ebd9c2800d67b (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=b5743ddb3fe4426b6cc6704314b69102f1f7e0eb
commit b5743ddb3fe4426b6cc6704314b69102f1f7e0eb
Merge: ecbf6d2 2a60d39
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Sep 16 14:19:45 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Sep 16 14:19:45 2015 -0400

    Merge topic 'compute-default-dialect' into next
    
    2a60d39f fixup! Project: Determine default language dialect for the 
compiler.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a60d39fb82d5f57a953400f082443aa14f9af4e
commit 2a60d39fb82d5f57a953400f082443aa14f9af4e
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Sep 16 20:19:17 2015 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Sep 16 20:19:17 2015 +0200

    fixup! Project: Determine default language dialect for the compiler.

diff --git a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake 
b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake
index c1b2227..8dc627d 100644
--- a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake
@@ -29,7 +29,7 @@ if (NOT CXX_FEATURES)
   run_cmake(NoSupportedCxxFeatures)
   run_cmake(NoSupportedCxxFeaturesGenex)
 else()
-  if(CXX_STANDARD_DEFAULT)
+  if(CXX_STANDARD_DEFAULT EQUAL 98)
     run_cmake(LinkImplementationFeatureCycle)
   endif()
   run_cmake(LinkImplementationFeatureCycleSolved)

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

Summary of changes:
 Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to