summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2023-02-25 22:21:20 (GMT)
committerCraig Scott <craig.scott@crascit.com>2023-02-28 10:24:56 (GMT)
commitb39b3e3bdbcb363695d07a9bbd9e55182ed25318 (patch)
tree45ce9d1573004ef46a424ee27f52521db0a791c5
parent9f1360ae19cc0194f19712583c3c5cf2703a4193 (diff)
downloadCMake-b39b3e3bdbcb363695d07a9bbd9e55182ed25318.zip
CMake-b39b3e3bdbcb363695d07a9bbd9e55182ed25318.tar.gz
CMake-b39b3e3bdbcb363695d07a9bbd9e55182ed25318.tar.bz2
Help: Fix typos and grammar in 3.26 release notes
-rw-r--r--Help/release/3.26.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/Help/release/3.26.rst b/Help/release/3.26.rst
index ff2e208..ee98a98 100644
--- a/Help/release/3.26.rst
+++ b/Help/release/3.26.rst
@@ -87,7 +87,7 @@ Properties
initialize this property.
* The :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS <XCODE_EMBED_<type>>`
- target property was added to tell the :generator:`Xcode` generator to
+ target property was added to tell the :generator:`Xcode` generator to embed
ExtensionKit-based extensions such as extensions using the Background
Assets framework. Aspects of the embedding can be customized with:
@@ -98,7 +98,7 @@ Properties
Modules
-------
-* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
+* The :module:`ExternalProject` module's :command:`ExternalProject_Add` command
gained an ``INSTALL_BYPRODUCTS`` option to specify files generated by the
``install`` step.
@@ -113,7 +113,7 @@ Modules
* The :module:`FindPython3` and :module:`FindPython` modules gained
support for the `Stable Application Binary Interface`_.
-* The :module:`UseSWIG` module gained the support for the ``perl5`` language.
+* The :module:`UseSWIG` module gained support for the ``perl5`` language.
.. _`Stable Application Binary Interface`: https://docs.python.org/3/c-api/stable.html
@@ -135,11 +135,10 @@ Deprecated and Removed Features
===============================
* The ``CMakeFiles/CMakeOutput.log`` and ``CMakeFiles/CMakeError.log``
- files are no longer populated by CMake's builtin modules, and
+ files are no longer populated by CMake's built-in modules.
:manual:`cmake(1)` no longer suggests looking at them after a
``CMake Error`` occurs. Information previously logged to those
- files is instead logged to ``CMakeFiles/CMakeConfigureLog.yaml``,
- the :manual:`cmake-configure-log(7)`.
+ files is instead logged to the :manual:`cmake-configure-log(7)`.
* On CYGWIN, the undocumented ``CMAKE_LEGACY_CYGWIN_WIN32`` mode for
compatibility with CMake versions older than 2.8.4 has been removed.