summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-04-18 21:39:15 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-04-18 21:39:24 (GMT)
commitf560d164585c4092c70d85c8c87149dcf30ac42a (patch)
tree6165df1cbeeb747d3c2fc836fa63c4bef99bdab0
parentd46170970b0626cda9a420189bd0d904c25a7e93 (diff)
parent388c347a4bfc99bace477f83af4faa949f7f0951 (diff)
downloadCMake-f560d164585c4092c70d85c8c87149dcf30ac42a.zip
CMake-f560d164585c4092c70d85c8c87149dcf30ac42a.tar.gz
CMake-f560d164585c4092c70d85c8c87149dcf30ac42a.tar.bz2
Merge topic 'fix-typo-toolchain_file'
388c347a4b Help: Fix typo in CMAKE_TOOLCHAIN_FILE docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6017
-rw-r--r--Help/variable/CMAKE_TOOLCHAIN_FILE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_TOOLCHAIN_FILE.rst b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
index 423da9c..e462c5e 100644
--- a/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
+++ b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
@@ -9,4 +9,4 @@ specifies locations for compilers and toolchain utilities, and other target
platform and compiler related information.
Relative paths are allowed and are interpreted first as relative to the
-build directory, and if not found, relative to the soruce directory.
+build directory, and if not found, relative to the source directory.