KhronosGroup / OpenXR-SDK-Source

Sources for OpenXR loader, basic API layers, and example code.
https://khronos.org/openxr
Apache License 2.0
679 stars 249 forks source link

Headers missing when building loader is turned off #440

Open pfontain opened 11 months ago

pfontain commented 11 months ago

If the tests are built with building of the loader off, the openxr headers are never included and the build fails. This is because the header dependency is only made explicit in the loader build script. A possible solution is to make that dependency explicit for all tests: https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/439

This was detected while using the latest release with the Quest SDK: https://github.com/pfontain/OpenXR-SDK-Source/commit/2e7def6b72a98c293ff1b4d8d7e767060f60bdc3

rpavlik-bot commented 10 months ago

An issue (number 2177) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2177 ), to facilitate working group processes.

This GitHub issue will continue to be the main site of discussion.