[Cmake-commits] CMake branch, next, updated. v3.0.0-rc2-1261-gcb00da4

Stephen Kelly steveire at gmail.com
Thu Mar 20 08:32:34 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  cb00da466a3944785547e580a1e531cf86504d97 (commit)
       via  7567a448186a5f39598159216dfc4107e4e79c21 (commit)
      from  10e3ce90b9887638d46b76a00843c786e47121b8 (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=cb00da466a3944785547e580a1e531cf86504d97
commit cb00da466a3944785547e580a1e531cf86504d97
Merge: 10e3ce9 7567a44
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Mar 20 08:32:33 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 20 08:32:33 2014 -0400

    Merge topic 'target_compile_features' into next
    
    7567a448 Fix test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7567a448186a5f39598159216dfc4107e4e79c21
commit 7567a448186a5f39598159216dfc4107e4e79c21
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Mar 20 13:32:16 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Mar 20 13:32:16 2014 +0100

    Fix test.

diff --git a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
index 42673d0..c658942 100644
--- a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
+++ b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
@@ -77,7 +77,7 @@ if ((CMAKE_CXX_COMPILER_ID STREQUAL GNU
 endif()
 
 if ((CMAKE_CXX_COMPILER_ID STREQUAL GNU
-      AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.7.0)
+      AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.4.0)
     OR (CMAKE_CXX_COMPILER_ID STREQUAL Clang
       AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.0.0))
   list(APPEND true_defs EXPECTED_COMPILER_CXX_VARIADIC_TEMPLATES)

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

Summary of changes:
 Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list