-
Notifications
You must be signed in to change notification settings - Fork 546
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 cmake version #183
Fix cmake version #183
Conversation
Hmm, facing an issue with this on 20.04-based containers: #181 (comment) |
Oh boy, good catch. You know I'm wondering now if it wasn't just simpler to checkout the fix in ament_cmake.... P.S: I'm testing that right now |
ae85149
to
f686d69
Compare
I adjusted the PR. It reverts your patches and clones ament_cmake instead. I tested it only for galactic |
8e6c9b6
to
6b6bdcc
Compare
OK thanks, I am trying to rebuild Foxy with this on JetPack 4 and JetPack 5 now |
OK, seems like we are all good here 👍 |
Happy to hear that! Just gotta remember to remove the workaround after foxy, galactic and humble are synced, which is probably not before a month from now, given that galactic was synced recently |
This patch didn't work for us but we have a particular setup, it might work for others. Nevertheless I wanted to propose the fix that worked for us, that might actually be cleaner than the original patch in two ways:
1- no need for pip
2- hold cmake to this version to avoid accidental upgrade