[Cmake-commits] CMake branch, next, updated. v3.3.1-3000-gb5743dd
Stephen Kelly
steveire at gmail.com
Wed Sep 16 14:19:46 EDT 2015
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 <steveire at gmail.com>
AuthorDate: Wed Sep 16 14:19:45 2015 -0400
Commit: CMake Topic Stage <kwrobot at 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 <steveire at gmail.com>
AuthorDate: Wed Sep 16 20:19:17 2015 +0200
Commit: Stephen Kelly <steveire at 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
More information about the Cmake-commits
mailing list