Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 1 | -2/+2 |
| | |||||
* | VS: Add support for explicit 32-bit toolset selection via host=x86 | Brad King | 2019-01-28 | 1 | -3/+4 |
| | | | | | Generalize the ``host=x64`` option in `CMAKE_GENERATOR_TOOLSET` to also support ``host=x86``. | ||||
* | Help: Document VS generator toolset specification syntax | Brad King | 2017-03-13 | 1 | -6/+2 |
| | |||||
* | VS: Provide an option to use x64 host tools | Brad King | 2016-10-14 | 1 | -0/+10 |
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 |