-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMAKE_MAKE_PROGRAM is not set. #3443
Comments
Same issue here. |
I also have the same issue. |
@atom0s Could you please send us your repro? Or at least your CMakePresets.json? We are investigating this in hopes of getting out a fix as soon as possible and a repro would be highly beneficial to diagnose the issue. |
@atom0s @smeunier-amd @aidanhowie19 We have diagnosed the issue and hope to get a new release with the fix out in the next couple of hours. Thanks for posting your issue so quickly! |
🎉 This issue has now been fixed and is now available in the latest release! 🎉 |
Sorry for the delayed response. Can confirm the latest fix/release is working great again. :) |
I still experience what seems to be this exact problem on 1.16.32. my .vscode/cmake-kits.json file is set to (vs 17.6.9 LTS) [ The log states that the kit was succesfully loaded, but generation then gives me the exact errors listed in this thread. Could there be other issues in my setup resulting in this very error? I also don't seem to have any "kits" button/dropdown in the status bar nor the "scan kits" option in the command palette... |
+1 |
@TiboVZ-r Please ensure that you're making use of |
Brief Issue Summary
The most recent update of
cmake-tools
has effectively bricked my ability to use CMake within VSCode Insiders as of tonight. Upon opening any project that makes use of C++ and CMake, attempting to compile is now greeted with:My CMake install is directly from Visual Studio 2022 and is also fully up-to-date as of tonight. [v17.8]
Attempting to manually fix this issue by adding the path to Ninja to my
PATH
environment variable will then result incmake-tools
complaining that the path tocl.exe
is invalid.To currently fix this, I have to completely disable all extension automatic updates in VSCode and manually reinstall the older version of
cmake-tools
.CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: