[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5009-gc0e89ef

Stephen Kelly steveire at gmail.com
Sun Nov 10 03:05:14 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  c0e89efe4a4429a1bc3b37d1984aa65e796bd20c (commit)
       via  5eba3c33282e675c7bead0604e9580c041997d05 (commit)
      from  565cc1acd0ee60c1c625953ebc9bf0286b1d1aa6 (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=c0e89efe4a4429a1bc3b37d1984aa65e796bd20c
commit c0e89efe4a4429a1bc3b37d1984aa65e796bd20c
Merge: 565cc1a 5eba3c3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 03:05:11 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 10 03:05:11 2013 -0500

    Merge topic 'target_compile_features' into next
    
    5eba3c3 Fix the recording of MSVC features.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5eba3c33282e675c7bead0604e9580c041997d05
commit 5eba3c33282e675c7bead0604e9580c041997d05
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 09:01:32 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Nov 10 09:01:32 2013 +0100

    Fix the recording of MSVC features.

diff --git a/Modules/Platform/Windows-MSVC-CXX-FeatureTests.cmake b/Modules/Platform/Windows-MSVC-CXX-FeatureTests.cmake
new file mode 100644
index 0000000..7a56acd
--- /dev/null
+++ b/Modules/Platform/Windows-MSVC-CXX-FeatureTests.cmake
@@ -0,0 +1,2 @@
+
+set(_cmake_feature_test_msvcxx_sealed "_MSC_VER >= 1400")
diff --git a/Modules/Platform/Windows-MSVC-CXX.cmake b/Modules/Platform/Windows-MSVC-CXX.cmake
index f0ffeed..e60de23 100644
--- a/Modules/Platform/Windows-MSVC-CXX.cmake
+++ b/Modules/Platform/Windows-MSVC-CXX.cmake
@@ -5,4 +5,6 @@ if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0)
 endif()
 __windows_compiler_msvc(CXX)
 
-set(_cmake_feature_test_msvcxx_sealed "_MSC_VER >= 1400")
+include("${CMAKE_ROOT}/Modules/Internal/FeatureTesting.cmake")
+
+record_compiler_features(CXX "" ${CMAKE_CXX_COMPILE_FEATURES})

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

Summary of changes:
 .../Platform/Windows-MSVC-CXX-FeatureTests.cmake   |    2 ++
 Modules/Platform/Windows-MSVC-CXX.cmake            |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)
 create mode 100644 Modules/Platform/Windows-MSVC-CXX-FeatureTests.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list