-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix find boost-python for cv_bridge #390
Conversation
from this document:
need to fix the version checks in the cmake file to make it work for Dashing it looks like |
for anyone else who ends up here, boost 1_74_0 is the most recent boost release that still uses python 3.8 (compatible with Foxy). |
I'd love if this could get merged. I've experienced this same issue, and I have a similar fix that works for me. |
@mjcarroll Could you please merge this as well? |
Replaced by #421 |
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]> (cherry picked from commit ec1ac9e)
this should fix the
cv_bridge
build errors reported for windows #349.obviously we should try to remove boost going forward for this package.