-
Notifications
You must be signed in to change notification settings - Fork 285
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
missing bullet includes for DART 4.3 #351
Comments
Since bullet is an optional dependency of DART, I put the bullet includes under if statements that checks if bullet is installed. |
I believe this is resolved by #352. |
I think it's not actually fixed. The
|
I'll make a pull request for this. |
Fixed by #361 |
Since DART depends on bullet collision, it should export bullet paths in its cmake config file:
otherwise dependents might encounter errors such as below:
The text was updated successfully, but these errors were encountered: