diff options
author | Brad King <brad.king@kitware.com> | 2015-08-21 13:37:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-21 13:37:16 (GMT) |
commit | 86bb2ce75793ff12905596edc83ecabf2bce22df (patch) | |
tree | 2cd6ffb7981bd868c4200f18c1fa9db9bcf39237 /Help/variable/CMAKE_TOOLCHAIN_FILE.rst | |
parent | badde9c2a11afd8f9127f757e964d0d94c777aad (diff) | |
parent | 3bb707f0a1408dc0381ecbf4ec934e9f14d8927c (diff) | |
download | CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.zip CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.tar.gz CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.tar.bz2 |
Merge topic 'improve-variable-help-formatting'
3bb707f0 Help: Improve formatting of variable documentation
Diffstat (limited to 'Help/variable/CMAKE_TOOLCHAIN_FILE.rst')
-rw-r--r-- | Help/variable/CMAKE_TOOLCHAIN_FILE.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_TOOLCHAIN_FILE.rst b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst index e1a65e1..168ee74 100644 --- a/Help/variable/CMAKE_TOOLCHAIN_FILE.rst +++ b/Help/variable/CMAKE_TOOLCHAIN_FILE.rst @@ -4,6 +4,6 @@ CMAKE_TOOLCHAIN_FILE Path to toolchain file supplied to :manual:`cmake(1)`. This variable is specified on the command line when cross-compiling with CMake. -It is the path to a file which is read early in the CMake run and which specifies -locations for compilers and toolchain utilities, and other target platform and -compiler related information. +It is the path to a file which is read early in the CMake run and which +specifies locations for compilers and toolchain utilities, and other target +platform and compiler related information. |