summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-13 14:36:20 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-03-13 14:36:25 (GMT)
commit10f444a5c6015a10ef0b520c32ad65097facba2b (patch)
treeacb53508a20729e7db2db40f33104b612685a991 /Help/variable
parent9e226d96ade46b4b6a53dc88c1d3067919aae9c9 (diff)
parent81b2454757fb2f56c38730f86a100af9f5a1f75b (diff)
downloadCMake-10f444a5c6015a10ef0b520c32ad65097facba2b.zip
CMake-10f444a5c6015a10ef0b520c32ad65097facba2b.tar.gz
CMake-10f444a5c6015a10ef0b520c32ad65097facba2b.tar.bz2
Merge topic 'doc-toolset-host-arch-typo'
81b24547 Help: Fix typo in CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !579
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst b/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
index 4c04e97..9b59c52 100644
--- a/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
+++ b/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
@@ -4,7 +4,7 @@ CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE
Visual Studio preferred tool architecture.
The :ref:`Visual Studio Generators` for VS 2013 and above support optional
-selection of a 64-bit toolchain on 64-bit hosts by specifying a ``host=64``
+selection of a 64-bit toolchain on 64-bit hosts by specifying a ``host=x64``
value in the :variable:`CMAKE_GENERATOR_TOOLSET` option. CMake provides
the selected toolchain architecture preference in this variable (either
``x64`` or empty).