summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-18 09:08:05 -0500
committerBrad King <brad.king@kitware.com>2019-02-18 09:08:05 -0500
commit1f8ed4141979ee4e2f2cc6aab8ad31a4942bd056 (patch)
tree6e52fa5e1d58a842902d2cd67ca8b2497582a62d /Help
parent36323162cb1229148cdb8085f282d93f9c8ab244 (diff)
parentf2072a6554a8ec7969460509f3d05c07680c1f18 (diff)
downloadcmake-1f8ed4141979ee4e2f2cc6aab8ad31a4942bd056.tar.gz
Merge branch 'externalproject_docs' into release-3.14
Merge-request: !2978
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 13d209fa5a..a04005c358 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``.