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
The comments on line 220-221 say one thing but this line is doing something else:
Edit: I've read the comment again, it seems to be fine, probably a misunderstanding on my side. However the default build behavior has changed, and we are using a dynamic MSVCRT for the static build. I don't know if this is the right thing to do. Changing the following line from AND NOT to OR NOT fixed my issue but it's probably the wrong approach.
Yes, that's why this release hasn't been announced yet, having the .def inside that condition is breaking UWP builds, I have a hotfix pending for it. It shouldn't change the default behavior, though...
For whatever reason, I understood the old and current behavior to be:
An issue (number 2159) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2159 ), to facilitate working group processes.
This GitHub issue will continue to be the main site of discussion.
The comments on line 220-221 say one thing but this line is doing something else:Edit: I've read the comment again, it seems to be fine, probably a misunderstanding on my side. However the default build behavior has changed, and we are using a dynamic MSVCRT for the static build. I don't know if this is the right thing to do. Changing the following line from
AND NOT
toOR NOT
fixed my issue but it's probably the wrong approach.OpenXR-SDK-Source/src/loader/CMakeLists.txt
Line 208 in 33c4600
The text was updated successfully, but these errors were encountered: