[Cmake-commits] CMake branch, next, updated. v3.7.1-1481-ge2dae6b

Brad King brad.king at kitware.com
Fri Dec 2 11:22:27 EST 2016


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  e2dae6b0f987e47f7bcdd5c0d7e4f5e97ad51703 (commit)
       via  9325f3f9a892fc6b66ee82225758dac67566f187 (commit)
      from  1eb9514b34b5636ee372dae0d06944768432b0f6 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2dae6b0f987e47f7bcdd5c0d7e4f5e97ad51703
commit e2dae6b0f987e47f7bcdd5c0d7e4f5e97ad51703
Merge: 1eb9514 9325f3f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 2 11:22:27 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 2 11:22:27 2016 -0500

    Merge topic 'features-c++17' into next
    
    9325f3f9 fixup! Features: Add infrastructure for C++ 17 language standard


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9325f3f9a892fc6b66ee82225758dac67566f187
commit 9325f3f9a892fc6b66ee82225758dac67566f187
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 2 11:22:12 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Dec 2 11:22:12 2016 -0500

    fixup! Features: Add infrastructure for C++ 17 language standard

diff --git a/Modules/Compiler/MSVC-CXX.cmake b/Modules/Compiler/MSVC-CXX.cmake
index f103832..8fcfa0f 100644
--- a/Modules/Compiler/MSVC-CXX.cmake
+++ b/Modules/Compiler/MSVC-CXX.cmake
@@ -10,6 +10,7 @@ macro(cmake_record_cxx_compile_features)
       cxx_std_98
       cxx_std_11
       cxx_std_14
+      cxx_std_17
       )
     _record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
   endif()

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

Summary of changes:
 Modules/Compiler/MSVC-CXX.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list