diff options
author | Brad King <brad.king@kitware.com> | 2019-10-10 13:23:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-10 13:24:21 (GMT) |
commit | 5586648a775544a21ee9171a38700e1d90907e86 (patch) | |
tree | f6d2defdb66dd95e247b5d634b53ece823c214cc /Modules | |
parent | 2faadaae6bad10750e4b834a4a4d20bf5514f7e2 (diff) | |
parent | 5d3b825cbdfe24c97f2f480a05990ad7c2e885d9 (diff) | |
download | CMake-5586648a775544a21ee9171a38700e1d90907e86.zip CMake-5586648a775544a21ee9171a38700e1d90907e86.tar.gz CMake-5586648a775544a21ee9171a38700e1d90907e86.tar.bz2 |
Merge topic 'ExternalProject-minor-typos'
5d3b825cbd ExternalProject: fix some documentation typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3898
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/ExternalProject.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index e55ed46..66061a1 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -49,7 +49,7 @@ External Project Definition ``STAMP_DIR <dir>`` Directory in which to store the timestamps of each step. Log files from - individual steps are also created in here unless overriden by LOG_DIR + individual steps are also created in here unless overridden by LOG_DIR (see *Logging Options* below). ``LOG_DIR <dir>`` @@ -425,7 +425,7 @@ External Project Definition build directory or re-uses previous build contents. If the CMake generator is the ``Green Hills MULTI`` and not overridden then - the orginal projects settings for the GHS toolset and target system + the original project's settings for the GHS toolset and target system customization cache variables are propagated into the external project. ``SOURCE_SUBDIR <dir>`` |