summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:20:38 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:20:38 +0900
commit3761443457135cc302ff9486ddda82ce53b37432 (patch)
tree6c9b9b830185f1f03d8d2f2f6a4f026c39654c32 /Help
parent9107136a24189311310158f4847403d96b058adf (diff)
downloadcmake-3761443457135cc302ff9486ddda82ce53b37432.tar.gz
cmake-3761443457135cc302ff9486ddda82ce53b37432.tar.bz2
cmake-3761443457135cc302ff9486ddda82ce53b37432.zip
Imported Upstream version 3.19.6upstream/3.19.6
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.19.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst
index d8f4f9d79..1d55f1e57 100644
--- a/Help/release/3.19.rst
+++ b/Help/release/3.19.rst
@@ -409,7 +409,6 @@ Changes made since CMake 3.19.0 include the following.
:generator:`Visual Studio 14 2015` generator. It has now been fixed to
work with :ref:`Visual Studio Generators` for later VS versions too.
-
3.19.5
------
@@ -425,3 +424,11 @@ Changes made since CMake 3.19.0 include the following.
*Link Binaries With Libraries* build phase broke the ability to switch
between device and simulator builds without reconfiguring. That capability
has now been restored.
+
+3.19.6
+------
+
+* The :manual:`cmake-presets(7)` feature no longer allows comments in
+ ``CMakePresets.json`` or ``CMakeUserPresets.json`` files.
+ This was mistakenly allowed by the implementation in CMake 3.19.0 through
+ CMake 3.19.5, and was not documented.