[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5019-g4a84ea9

Stephen Kelly steveire at gmail.com
Sun Nov 10 03:08:32 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  4a84ea926ac97ae132c6d405dea7b772cdc320be (commit)
       via  58750b2e9480cd424d9bc01f599a0ffed7a0d6ef (commit)
      from  6d539e5ab4539c39c2e8a056a7e3be6d2e79cc1d (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=4a84ea926ac97ae132c6d405dea7b772cdc320be
commit 4a84ea926ac97ae132c6d405dea7b772cdc320be
Merge: 6d539e5 58750b2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 03:08:30 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 10 03:08:30 2013 -0500

    Merge topic 'target_compile_features' into next
    
    58750b2 Fix typo.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58750b2e9480cd424d9bc01f599a0ffed7a0d6ef
commit 58750b2e9480cd424d9bc01f599a0ffed7a0d6ef
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 09:07:35 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Nov 10 09:07:37 2013 +0100

    Fix typo.

diff --git a/Modules/Compiler/Clang-CXX-FeatureTests.cmake b/Modules/Compiler/Clang-CXX-FeatureTests.cmake
index 34b3a04..cb56243 100644
--- a/Modules/Compiler/Clang-CXX-FeatureTests.cmake
+++ b/Modules/Compiler/Clang-CXX-FeatureTests.cmake
@@ -1,5 +1,5 @@
 
-if(CMAKE_COMPILER_VERSION VERSION_LESS 2.1)
+if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 2.1)
   # This file is only loaded if Clang >= 2.1
   message(FATAL_ERROR "This file should not be included for Clang < 2.1.")
 endif()

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

Summary of changes:
 Modules/Compiler/Clang-CXX-FeatureTests.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list