summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-02-17 02:17:56 (GMT)
committerCraig Scott <craig.scott@crascit.com>2019-02-17 02:17:56 (GMT)
commitf2820bce1560ab2ca0c991f16aa5cf5dcfb3d88f (patch)
treeccd2101b2c868f74a9754849b3c86a86ea246135 /Help
parente6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff)
downloadCMake-f2820bce1560ab2ca0c991f16aa5cf5dcfb3d88f.zip
CMake-f2820bce1560ab2ca0c991f16aa5cf5dcfb3d88f.tar.gz
CMake-f2820bce1560ab2ca0c991f16aa5cf5dcfb3d88f.tar.bz2
Release notes: Make ExternalProject dot points consistent
Use same phrasing and command linking.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.14.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst
index 13d209f..a04005c 100644
--- a/Help/release/3.14.rst
+++ b/Help/release/3.14.rst
@@ -172,7 +172,7 @@ Modules
* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
gained ``LOG_PATCH`` to optionally log the patch step.
-* The :module:`ExternalProject` module's ``ExternalProject_Add`` command
+* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
learned to apply ``SOURCE_SUBDIR`` when ``BUILD_IN_SOURCE`` is also used.
The ``BUILD_COMMAND`` is run in the given ``SOURCE_SUBDIR`` of the
``SOURCE_DIR``.