summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorNiyas Sait <niyas.sait@linaro.org>2022-05-15 18:15:21 +0100
committerBrad King <brad.king@kitware.com>2022-05-19 09:57:54 -0400
commitaf6928ce92783c1583f8f9ae25e50c2991ebd0c0 (patch)
tree06ed0a61973f13de1a07a4b2a6b785e1a78c2919 /Help
parentdc3d0b5a0a7d26d43d6cfeb511e224533b5d188f (diff)
downloadcmake-af6928ce92783c1583f8f9ae25e50c2991ebd0c0.tar.gz
VS: ARM64 as default toolset architecture for ARM64 host
Visual Studio 2022 17 Preview introduced a native ARM64 toolchain.
Diffstat (limited to 'Help')
-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 84d72128c4..5c13bb7f13 100644
--- a/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
+++ b/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
@@ -9,4 +9,4 @@ The :ref:`Visual Studio Generators` for VS 2013 and above support using
either the 32-bit or 64-bit host toolchains by specifying a ``host=x86``
or ``host=x64`` value in the :variable:`CMAKE_GENERATOR_TOOLSET` option.
CMake provides the selected toolchain architecture preference in this
-variable (``x86``, ``x64``, or empty).
+variable (``x86``, ``x64``, ``ARM64`` or empty).