mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Merge topic 'msvc_c11'
f7347f28c7 MSVC: Record support for C11 and c_restrict
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5115
This commit is contained in:
@@ -264,6 +264,10 @@ Other
|
||||
* :manual:`ccmake(1)` learned to read a :envvar:`CCMAKE_COLORS`
|
||||
environment variable to customize colors.
|
||||
|
||||
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
|
||||
is now aware of the availability of C11 features in MSVC 19.27 and above,
|
||||
including support for the ``c_restrict`` feature and the ``-std:c11`` flag.
|
||||
|
||||
Deprecated and Removed Features
|
||||
===============================
|
||||
|
||||
@@ -347,3 +351,6 @@ Changes made since CMake 3.18.0 include the following.
|
||||
``OFF`` because this feature can break existing projects that have
|
||||
identically named header files in different include directories.
|
||||
This restores compatibility with behavior of CMake 3.15 and below.
|
||||
|
||||
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
|
||||
was updated for MSVC 19.27 as mentioned above.
|
||||
|
||||
Reference in New Issue
Block a user