-
Notifications
You must be signed in to change notification settings - Fork 24
Require cmake 3.10.2 for consistency #162
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
Conversation
A more recent version of cmake is already required for other Harmonic dependencies, such as gz-cmake3, so increase the required version here to fix a warning. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
on the gz-plugin2 branch, we have two cmake warnings in the homebrew build:
this branch fixes the one reported in #160; only the warning related to gazebosim/gz-cmake#461 remains |
@scpeters do we need a backport for gz-plugin1? See the same warnings you mention in https://build.osrfoundation.org/job/gz_plugin-ci-ign-plugin1-homebrew-amd64/110/cmake/ |
yes we could backport this, though we should rephrase the version number references |
https://github.com/Mergifyio backport ign-plugin1 |
✅ Backports have been created
|
A more recent version of cmake is already required for other Harmonic dependencies, such as gz-cmake3, so increase the required version here to fix a warning. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit bdcca3c)
A more recent version of cmake is already required for other Fortress dependencies, such as ign-cmake2, so increase the required version here to fix a warning. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit bdcca3c) (reworded to refer to Fortress instead of Harmonic)
A more recent version of cmake is already required for other Fortress dependencies, such as ign-cmake2, so increase the required version here to fix a warning. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit bdcca3c) (reworded to refer to Fortress instead of Harmonic) Co-authored-by: Steve Peters <scpeters@openrobotics.org>
🦟 Bug fix
Fixes #160
Summary
A more recent version of cmake is already required for other Harmonic dependencies, such as gz-cmake3, so increase the required version here to fix a warning.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.