vscode-cmake-tools icon indicating copy to clipboard operation
vscode-cmake-tools copied to clipboard

Underscore in config for cmakePath seems to immediately terminate the string.

Open tractorbeam0 opened this issue 1 year ago • 2 comments

Brief Issue Summary

On a linux system, I need to build for Windows. I am using the MinGW toolchain, and that requires me to use a CMake executable built specifically for it. The CMake executable happens to have the wonderful path "/usr/bin/x86_64-w64-mingw32-cmake". The configure UI seems to verify the path fine, however upon trying to configure the project I get the error Bad CMake executable: "x86_"

Of course, I have placed a symlink in the .vscode folder in my project dir, and just linked to there, but this is still a pretty frustrating issue.

CMake Tools Diagnostics

N/A, CMake doesn't run.

Debug Log

N/A, CMake doesn't run.

Additional Information

No response

tractorbeam0 avatar Oct 25 '23 22:10 tractorbeam0