-
Notifications
You must be signed in to change notification settings - Fork 48
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
Windows CI Mid October 2023 - YARP compilation failure and CMake find wrong non-conda Python executable #1505
Comments
This is only one problem that emerged. A second problem that emerged is for some reason the wrong Python version is found by CMake, i.e. not the conda one, but one installed by the GitHub Action image:
That eventually fails with a reason related to #1238 and #1371 . However, the problem is that the non-conda Python is found. |
The main reason to do so is to ensure that https://cmake.org/cmake/help/latest/policy/CMP0094.html#policy:CMP0094 is set to NEW and fix the Python part of #1505 .
This was fixed, thanks @randaz81 ! Now th only remaining issue is the wrong python being found, I tried to tackle this in #1506 but this introduces a macos regression. |
See robotology/yarp#3031 .
The text was updated successfully, but these errors were encountered: