mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
d079e71c29
Visual Studio provides toolchains that are themselves built for 32-bit or 64-bit host architectures. By default it uses the 32-bit tools, but it can be told to prefer the 64-bit tools on 64-bit hosts. Extend the `CMAKE_GENERATOR_TOOLSET` specification to provide a way to request use of the 64-bit host tools. Closes: #15622
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
-- CMAKE_VS_PLATFORM_TOOLSET='Test Toolset'
|
|
-- CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE='x64'
|