-
Notifications
You must be signed in to change notification settings - Fork 12
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
[workflows] CI macOS build failing in CMake configuration step #60
Comments
This is a problem of icub-main that creates CMake configuration files that are technically speaking non-relocatable, i.e. it cannot be used in a location different from the one in it was originally installed (see https://cmake.org/cmake/help/v3.3/manual/cmake-packages.7.html#creating-relocatable-packages). I suggest to open an issue on icub-main on this. In the meanwhile a possible strategy is to add the runner version (i.e. the |
An easy workaround is provided in robotology/idyntree#667 , basically you need to add |
A temporary fix was done in #62. I will close this issue, for now, we can reopen it when necessary. |
The configuration step is failing with the following error. (See https://github.com/robotology/whole-body-estimators/runs/557385561?check_suite_focus=true)
The text was updated successfully, but these errors were encountered: