-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[idyntree] Update to 9.0.0 #31417
[idyntree] Update to 9.0.0 #31417
Conversation
When I test the feature
Should it be added as a dependency of the feature Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
Furthermore, remove irrlicht feature from default features as since version 9.0.0 idyntree requires irrlicht compiled with SDL support on Windows, and that is not available in irrlicht compiled by vcpkg.
You are right, I forgot about that. I fixed this now and I tested the irrlicht feature locally and it works fine, thanks! |
Feature
Feature The usage test passed (header files found):
|
Furthermore, remove irrlicht feature from default features as since version 9.0.0 idyntree requires irrlicht compiled with SDL support on Windows, and that is not available in irrlicht compiled by vcpkg, see https://github.com/robotology/idyntree/releases/tag/v9.0.0 .
./vcpkg x-add-version --all
and committing the result.