I'm currently working on a project that use CMake but I do not understand the differences between the kits offered.
Within select a kit menu for a project on VSCode there is several options listed on my PC:
- [Scan for kits] Search for compilers on this computer
- [Unspecified] Unspecified (Let CMake guess what compilers and enviroment to use)
- Visual Studio Community 2019 Release - amd64
- Visual Studio Community 2019 Release - amd64_x86
- Visual Studio Community 2019 Release - x86
- Visual Studio Community 2019 Release - x86_amd64
- Visual Studio Community 2022 Release - amd64 Using compilers for 17.5.0 (x64 architecture)
- Visual Studio Community 2022 Release - amd64_x86 Using compilers for 17.5.0 (x64_x86 architecture)
- Visual Studio Community 2022 Release - x86 Using compilers for 17.5.0 (x86 architecture)
- Visual Studio Community 2022 Release - x86_amd64 Using compilers for 17.5.0 (x86_x64 architecture)
What are the differences between those options?