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 <[email protected]>
AuthorDate: Sun Nov 10 03:05:11 2013 -0500
Commit:     CMake Topic Stage <[email protected]>
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 <[email protected]>
AuthorDate: Sun Nov 10 09:01:32 2013 +0100
Commit:     Stephen Kelly <[email protected]>
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
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to