summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-28 13:53:48 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-28 13:53:48 (GMT)
commit82ea0aeae4f800e74c07fb7a180f04245c59a3e4 (patch)
tree7ff9ee4c027d3ec646024d768c275c1658e4b16f /Help
parent117b1545a9d9c231f70ff24bfe8155149a5c0429 (diff)
downloadCMake-82ea0aeae4f800e74c07fb7a180f04245c59a3e4.zip
CMake-82ea0aeae4f800e74c07fb7a180f04245c59a3e4.tar.gz
CMake-82ea0aeae4f800e74c07fb7a180f04245c59a3e4.tar.bz2
Help: Clarify 3.21 release note on supportedPlatforms
Avoid implying that the field is always present. Fixes: #22352
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.21.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/release/3.21.rst b/Help/release/3.21.rst
index 1f7a4a1..204880b 100644
--- a/Help/release/3.21.rst
+++ b/Help/release/3.21.rst
@@ -57,9 +57,9 @@ Command-Line
* :manual:`cmake(1)` gained the ``--toolchain <path/to/file>``
command-line option to specify a toolchain file.
-* :manual:`cmake(1)` ``-E capabilities`` output now contains for each
- generator a ``supportedPlatforms`` field listing platforms known to
- be supported in :variable:`CMAKE_GENERATOR_PLATFORM`.
+* :manual:`cmake(1)` ``-E capabilities`` output, for some generators,
+ may now contain a ``supportedPlatforms`` field listing platforms
+ known to be supported in :variable:`CMAKE_GENERATOR_PLATFORM`.
* Messages printed to a terminal now may be colored by message type.