[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2394-g7156584

Stephen Kelly steveire at gmail.com
Wed Apr 16 09:16:06 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  7156584379599c2e95107f8bc7f983a0827b0413 (commit)
       via  641e8b2ae1643cfb89271f42f57732f3f4df402e (commit)
      from  b6ff63c026213860441113278572a7d4ce103470 (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=7156584379599c2e95107f8bc7f983a0827b0413
commit 7156584379599c2e95107f8bc7f983a0827b0413
Merge: b6ff63c 641e8b2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 16 09:16:06 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 16 09:16:06 2014 -0400

    Merge topic 'cxx98-features' into next
    
    641e8b2a Revert "Continue only if the last test-compilation worked."


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=641e8b2ae1643cfb89271f42f57732f3f4df402e
commit 641e8b2ae1643cfb89271f42f57732f3f4df402e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 16 15:15:41 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Apr 16 15:15:41 2014 +0200

    Revert "Continue only if the last test-compilation worked."
    
    This reverts commit 06068bbad415eb0624eaede1e2a7377edb42a897.

diff --git a/Modules/Compiler/GNU-CXX.cmake b/Modules/Compiler/GNU-CXX.cmake
index 78d483c..6ec3958 100644
--- a/Modules/Compiler/GNU-CXX.cmake
+++ b/Modules/Compiler/GNU-CXX.cmake
@@ -34,9 +34,6 @@ macro(cmake_record_cxx_compile_features)
 
   if (UNIX AND NOT APPLE AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
     _get_gcc_features(c++11 CMAKE_CXX11_COMPILE_FEATURES)
-    if (NOT _result EQUAL 0)
-      return()
-    endif()
     _get_gcc_features(c++98 CMAKE_CXX98_COMPILE_FEATURES)
   else()
     set(_result 0)

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

Summary of changes:
 Modules/Compiler/GNU-CXX.cmake |    3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list