mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
Help: Fix typos and grammar in 3.26 release notes
This commit is contained in:
@@ -87,7 +87,7 @@ Properties
|
|||||||
initialize this property.
|
initialize this property.
|
||||||
|
|
||||||
* The :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS <XCODE_EMBED_<type>>`
|
* 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
|
ExtensionKit-based extensions such as extensions using the Background
|
||||||
Assets framework. Aspects of the embedding can be customized with:
|
Assets framework. Aspects of the embedding can be customized with:
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ Properties
|
|||||||
Modules
|
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
|
gained an ``INSTALL_BYPRODUCTS`` option to specify files generated by the
|
||||||
``install`` step.
|
``install`` step.
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ Modules
|
|||||||
* The :module:`FindPython3` and :module:`FindPython` modules gained
|
* The :module:`FindPython3` and :module:`FindPython` modules gained
|
||||||
support for the `Stable Application Binary Interface`_.
|
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
|
.. _`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``
|
* 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
|
:manual:`cmake(1)` no longer suggests looking at them after a
|
||||||
``CMake Error`` occurs. Information previously logged to those
|
``CMake Error`` occurs. Information previously logged to those
|
||||||
files is instead logged to ``CMakeFiles/CMakeConfigureLog.yaml``,
|
files is instead logged to the :manual:`cmake-configure-log(7)`.
|
||||||
the :manual:`cmake-configure-log(7)`.
|
|
||||||
|
|
||||||
* On CYGWIN, the undocumented ``CMAKE_LEGACY_CYGWIN_WIN32`` mode for
|
* On CYGWIN, the undocumented ``CMAKE_LEGACY_CYGWIN_WIN32`` mode for
|
||||||
compatibility with CMake versions older than 2.8.4 has been removed.
|
compatibility with CMake versions older than 2.8.4 has been removed.
|
||||||
|
|||||||
Reference in New Issue
Block a user