[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5541-g960bd31

Stephen Kelly steveire at gmail.com
Wed Nov 20 18:27:47 EST 2013


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  960bd31e05c42942cae445c8f02fb746b9bc50a0 (commit)
       via  48561b393fd1357c1e308ded092bbc7a2f876e32 (commit)
      from  6097cea4f4f7c8b167999f5f7a97568ecd560667 (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=960bd31e05c42942cae445c8f02fb746b9bc50a0
commit 960bd31e05c42942cae445c8f02fb746b9bc50a0
Merge: 6097cea 48561b3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 20 18:27:44 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 20 18:27:44 2013 -0500

    Merge topic 'target_compile_features' into next
    
    48561b3 Remove )


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=48561b393fd1357c1e308ded092bbc7a2f876e32
commit 48561b393fd1357c1e308ded092bbc7a2f876e32
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Nov 21 00:27:13 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Nov 21 00:27:13 2013 +0100

    Remove )

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 223da03..c3fe8c4 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -275,7 +275,7 @@ if(BUILD_TESTING)
     set(runCxxDialectTest 1)
   endif()
   if(CMAKE_CXX_COMPILER_ID STREQUAL Clang
-        AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 2.9))
+        AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 2.9)
     if(NOT APPLE OR POLICY CMP0025)
       set(runCxxDialectTest 1)
     endif()

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

Summary of changes:
 Tests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list