Open joelkeeling opened 2 days ago
Hi @joelkeeling, thanks for your feedback ticket! We can repro this issue on our side with below:
VS Code: 1.95.3 CMake Tools: v1.20.25 (pre-release)
CMake configure is executed from VSCode via cmake tools extension.
CMake configure is executed from command line. (cmake ../ --preset debug-32bit
)
Brief Issue Summary
When using the cmake tools extension, I am unable to change the target architecture(x86/x64) with the "architecture" field in my configure preset. This functionality does work if I use cmake over the command line.
In the example, I am trying use the "debug-32bit" preset, which is supposed to build for x86.
CMake Tools Diagnostics
Debug Log
Additional Information
This is a follow up to a comment I made to @gcampbell-msft : https://github.com/microsoft/vscode-cmake-tools/issues/3818#issuecomment-2438503253
PRESETS
CORRECT FUNCTIONALITY USING COMMAND LINE