diff options
author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-04-17 20:53:28 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-04-17 21:52:59 (GMT) |
commit | 388c347a4bfc99bace477f83af4faa949f7f0951 (patch) | |
tree | 5f2d86930098749b6b037d5d943b8b2c299cfb8b /Help/variable | |
parent | 94fb2516f00fe345326f6a82dc41f2236c481ed3 (diff) | |
download | CMake-388c347a4bfc99bace477f83af4faa949f7f0951.zip CMake-388c347a4bfc99bace477f83af4faa949f7f0951.tar.gz CMake-388c347a4bfc99bace477f83af4faa949f7f0951.tar.bz2 |
Help: Fix typo in CMAKE_TOOLCHAIN_FILE docs
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_TOOLCHAIN_FILE.rst | 2 |
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. |