-
Notifications
You must be signed in to change notification settings - Fork 263
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
[openxr-loader] update to 1.1.45 and get error: Python 3 not found #532
Comments
IOW there is inconsistent use of CMake python modules and variables. It would be great to see consistency restored. |
We switched from the deprecated way of finding the Python interpreter to the current recommended one, see #486 So yes, if Python cannot be found by default, the config variable to pass has indeed changed, to match other CMake based builds. Does this answer your question? |
Update: AFAIU This code is not used in vcpkg. In fact, the vcpkg build clearly reports that |
The code in that code search is self-test code from dependencies that is never built in OpenXR, so PYTHON_EXECUTABLE should not ever be used in the build or need to be set. it is consistent and that fix resolved some deprecation warnings. So what needs to be done to fix this issue? I'm not sure what the repro steps or success criteria are here. (While I use vcpkg, I do not usually use the OpenXR loader from vcpkg. We do ship binaries with CMake configuration files with each release, though I have no idea if anyone actually uses them.) |
No fix needed here. You may close the issue. |
Great, thanks for the confirmation. |
Hi, when I update
openxr-loader
to the latest version1.1.45
, I get this error in vcpkg test pipline:microsoft/vcpkg#43763
I noticed in the vcpkg portfile.cmake there already have pass option
"-DPYTHON_EXECUTABLE=${PYTHON3}"
,So I add
"-DPython3_EXECUTABLE=${PYTHON3}"
fix this error, I want to know the latest version openxr-loader need pass all option? Thanks!The text was updated successfully, but these errors were encountered: