|
|
@@ -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.
|