Install sdf/1.8 to versioned path#890
Conversation
Fixes a mistake from merging forward in gazebosim#808. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## sdf11 #890 +/- ##
=======================================
Coverage 88.91% 88.91%
=======================================
Files 73 73
Lines 11094 11094
=======================================
Hits 9864 9864
Misses 1230 1230 Continue to review full report at Codecov.
|
azeey
left a comment
There was a problem hiding this comment.
Looks good. I wonder if we should alias SDF_MAJOR_VERSION to PROJECT_VERSION_MAJOR?
we still have it in the C++ API, but I thought we had eliminated all instances of it. I was wrong of course, but I don't see any more instances of it now, having checked again on these future branches |
|
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-03-25-fortress-edifice-citadel/1343/1 |
|
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
🦟 Bug fix
Fixes a mistake from merging forward in #808.
Summary
The
SDF_MAJOR_VERSIONvariables were all replaced withPROJECT_VERSION_MAJORin #780, but when merging forward in #808, this replacement was forgotten in thesdf/1.8folder, which did not exist in thesdf10branch. This causes conflicts between the sdfomat-X packages on Ubuntu.Checklist
codecheckpassed (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-bymessages.