You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still don't quite grok how to properly make my own PR for patching packages but if I make enough progress on the tasks I'm unblocking re: this issue I will look into it again.
Downgrading to cmake 3.23.3 is a workaround.
The text was updated successfully, but these errors were encountered:
Issue
Fresh installs on Linux are pulling in
cmake 3.24.1
fromconda-forge
which seems to be triggering the issue described inament/ament_cmake#396
and fixed in
ament/ament_cmake#395
Symptom
Building certain packages can result in workspace build failures with errors like
Possible Resolutions
Seems like there's a
1.5.0
release, but it's still too old to pull this in and it would still need a patch.I think it's possible that this is enough:
https://patch-diff.githubusercontent.com/raw/ament/ament_cmake/pull/395.patch
I still don't quite grok how to properly make my own PR for patching packages but if I make enough progress on the tasks I'm unblocking re: this issue I will look into it again.
Downgrading to
cmake 3.23.3
is a workaround.The text was updated successfully, but these errors were encountered: