diff options
author | Brad King <brad.king@kitware.com> | 2019-01-28 15:49:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-28 17:58:21 (GMT) |
commit | 0fd742a6ffa637b8ccac3b61b42bd10b2c3a87cc (patch) | |
tree | 3f264f210f2e7ab523433b4f87509e581c7e9110 /Help/generator/Visual Studio 16 2019.rst | |
parent | 17cef3806d958bd03ec08b925fe585a0cfa204fa (diff) | |
download | CMake-0fd742a6ffa637b8ccac3b61b42bd10b2c3a87cc.zip CMake-0fd742a6ffa637b8ccac3b61b42bd10b2c3a87cc.tar.gz CMake-0fd742a6ffa637b8ccac3b61b42bd10b2c3a87cc.tar.bz2 |
VS: Teach VS 2019 generator to select host tools matching host arch
This generator is new so we can introduce the long-desired behavior
of selecting ``host=x64`` tools by default on x64 hosts.
Diffstat (limited to 'Help/generator/Visual Studio 16 2019.rst')
-rw-r--r-- | Help/generator/Visual Studio 16 2019.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 16 2019.rst b/Help/generator/Visual Studio 16 2019.rst index 9d3da8b..b456554 100644 --- a/Help/generator/Visual Studio 16 2019.rst +++ b/Help/generator/Visual Studio 16 2019.rst @@ -47,6 +47,7 @@ default. The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps via the :manual:`cmake(1)` ``-T`` option, to specify another toolset. .. |VS_TOOLSET_HOST_ARCH_DEFAULT| replace:: - By default this generator uses the 32-bit variant even on a 64-bit host. + By default this generator uses the 64-bit variant on x64 hosts and + the 32-bit variant otherwise. .. include:: VS_TOOLSET_HOST_ARCH.txt |