-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[osg] Fix feature plugin #13942
[osg] Fix feature plugin #13942
Conversation
Edit: Seems use wrong opengl headers:
Edit:
This finds the coin, and the coin needs to use the opengl-registry header file.
This use coin in the plugin |
- FIND_PACKAGE(Inventor) | ||
+ FIND_PACKAGE(coin CONFIG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inventor
is a part of coin
.
Thanks for your contribution! |
When building osg[plugin]:
Fix this issue.