You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a number of reasons, in our build setup we can not call cmake directly, but need to wrap cmake in a wrapper shell script. This worked sufficiently well for us using cmake.cmakePath with a path to a CMD batch script on Windows. However since a short time, this stopped working, and I get error:
Bad CMake executable: "C:/data/scripts/bin/vscode-cmake-extension-build-scripts-wrapper.bat". Check to make sure it is installed or the value of the "cmake.cmakePath" setting contains the correct path
Did something change how cmake is invoked in recent versions? Would it be possible to consider invoking cmake via cmd on Windows, so that scripts can be supported?
@emmenlau I'm curious, I don't think we've changed any behavior for this in the past couple official version releases, does this still happen to you for 1.18.44 for example?
Dear @gcampbell-msft , I literally just found the duplicate issue from two days ago in #4037, only a few seconds after submitting my report. So it seems I'm not the only one with this (new) problem. And in #4037 there are already some insights into this, so I'll close my issue again!
Brief Issue Summary
For a number of reasons, in our build setup we can not call cmake directly, but need to wrap cmake in a wrapper shell script. This worked sufficiently well for us using
cmake.cmakePath
with a path to a CMD batch script on Windows. However since a short time, this stopped working, and I get error:Did something change how cmake is invoked in recent versions? Would it be possible to consider invoking cmake via
cmd
on Windows, so that scripts can be supported?CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: