Visual Studio 15 2017 — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpThe v141 toolset that comes with Visual Studio 15 2017 is selected by default. The CMAKE_GENERATOR_TOOLSET option may be set, perhaps via the cmake (1) -T option, to specify another toolset. New in version 3.8: For each toolset that comes with this version of Visual Studio, there are variants that are themselves compiled for 32-bit ( x86) and 64-bit ( x64) hosts (independent of the architecture they target).
CMake projects in Visual Studio | Microsoft Docs
docs.microsoft.com › en-us › cppFeb 15, 2022 · Visual Studio runs CMake and generates the CMake cache file (CMakeCache.txt) for the default configuration. The CMake command line is displayed in the Output Window, along with other output from CMake. In the background, Visual Studio starts to index the source files to enable IntelliSense, browsing information, refactoring, and so on.
Visual Studio 16 2019 — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpThe CMAKE_GENERATOR_TOOLSET option may be set, perhaps via the cmake(1)-T option, to specify another toolset. For each toolset that comes with this version of Visual Studio, there are variants that are themselves compiled for 32-bit (x86) and 64-bit (x64) hosts (independent of the architecture they target). By default this generator uses the 64-bit variant on x64 hosts and the 32-bit variant otherwise.
cmake-generators(7) — CMake 3.23.0-rc3 Documentation
cmake.org › latest › manualA CMake Generator is responsible for writing the input files for a native build system. Exactly one of the CMake Generators must be selected for a build tree to determine what native build system is to be used. Optionally one of the Extra Generators may be selected as a variant of some of the Command-Line Build Tool Generators to produce project files for an auxiliary IDE.