Closed KUGA2 closed 2 months ago
Thanks for reporting. We got the same issue today which make our cross-compiles fail. Both downgrading and upgrading to pre-release seems to fix the issue.
Please make this fix high prio since I haven't found a way to pin the version in our devcontainer.json
@KUGA2 Thanks for the issue, @staffanf thanks for testing and confirming that it is fixed in pre-release, we are aware of the issue and plan to patch the official release version this week. We agree it is high priority.
Fixed with v1.19.50
Brief Issue Summary
Since the newest version, our Presets do not work any more.
Configuring gives the following error message:
As you can see, the path is incomplete. It does not resolve out preset correctly anymore. We have this line there:
We only use this setting in Windows, i am not sure if this bug appears in other OSes.
Workaround:
penv
instead ofenv
. Reading the CMake documentation, $env should also work!(I am not adding logs here, because I would need to manually remove confidential data. If you cannot reproduce, please contact me)
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response