diff options
author | Brad King <brad.king@kitware.com> | 2015-06-19 12:51:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-19 12:51:41 (GMT) |
commit | c780524a967ef8e814ad4fcd4e424cdb8fe58f73 (patch) | |
tree | e97a146d3c97ba927ca7272d1df79bd0f5123e0b /Help | |
parent | ea69c7cb962c61e6cb1ef339a83f9f17a7ed370d (diff) | |
parent | 1c9db7db2c60e23ed3e6b107956656221e965c21 (diff) | |
download | CMake-c780524a967ef8e814ad4fcd4e424cdb8fe58f73.zip CMake-c780524a967ef8e814ad4fcd4e424cdb8fe58f73.tar.gz CMake-c780524a967ef8e814ad4fcd4e424cdb8fe58f73.tar.bz2 |
Merge topic 'doc-CMAKE_GENERATOR_PLATFORM-typo'
1c9db7db Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs (#15621)
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_GENERATOR_PLATFORM.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst index 5809b6a..5559eb7 100644 --- a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst +++ b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst @@ -5,7 +5,7 @@ Generator-specific target platform name specified by user. Some CMake generators support a target platform name to be given to the native build system to choose a compiler toolchain. -If the user specifies a toolset name (e.g. via the cmake -A option) +If the user specifies a platform name (e.g. via the cmake -A option) the value will be available in this variable. The value of this variable should never be modified by project code. |