-
Notifications
You must be signed in to change notification settings - Fork 468
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
Unable to build with version 1.14.x #3123
Comments
Thanks for the report. I think this issue may have been introduced by #3009 (and is triggered by a missing |
I'm happy to provide you with as much info as possible. I don't know what can be categorized as "unusual" but some general info about this project:
I'm triggering the build by pressing CTRL+SHIFT+P and choosing CMake: Build, CMake: Clean Rebuild etc. Here are some related files (including tasks.json) used in the project. Just ask if there's anything else you need. Here's the tasks.json:
cmake-kits.json:
cmake-variants.yaml:
toolchain-file:
|
Adding |
Thanks. it works for me too.
|
I don't have that issue. Are you using the command palette and "CMake: Build" to start the build? |
I've tracked this down to a combination of |
The fix from #3132 should be in pre-release version 1.15.1, which is now available on the marketplace. Please let me know if you're still seeing issues with this version. |
This fix is included in version 1.14.31 that was just released to the marketplace. |
Brief Issue Summary
Everything works just fine using version 1.13.45, but when switching to 1.14.x I'm no longer able to build. After configuration I get the following error:
[rollbar] Unhandled exception: Unhandled Promise rejection: cleanRebuild TypeError: inputs is not iterable {}
CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: