We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At OpenXR 1.1.43 release time:
Runners apparently now default to Windows SDK 10.0.26100.0, but are missing the corresponding ARM64 compilers.
We can force an older Windows SDK, but CMake mysteriously fails to find WindowsApp.lib on arm (32 bit) then.
So, we disabled the arm_uwp (32 bit) build, and set all the UWP builds to use WinSDK 10.0.22000.0. Should not really make any difference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At OpenXR 1.1.43 release time:
Runners apparently now default to Windows SDK 10.0.26100.0, but are missing the corresponding ARM64 compilers.
We can force an older Windows SDK, but CMake mysteriously fails to find WindowsApp.lib on arm (32 bit) then.
So, we disabled the arm_uwp (32 bit) build, and set all the UWP builds to use WinSDK 10.0.22000.0. Should not really make any difference.
The text was updated successfully, but these errors were encountered: