-
Notifications
You must be signed in to change notification settings - Fork 44
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
Remove deprecations: tock #705
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,6 +5,13 @@ Deprecated code produces compile-time warnings. These warning serve as | |||||
notification to users that their code should be upgraded. The next major | ||||||
release will remove the deprecated code. | ||||||
|
||||||
## Gazebo Physics 8.X to 9.X | ||||||
|
||||||
### Removals | ||||||
|
||||||
* The environment variable `GZ_PHYSICS_ENGINE_INSTALL_DIR` is removed. Use | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rephrased to say macro instead of env var
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 97f5255. |
||||||
`gz::physics::getEngineInstallDir()` instead. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we just remove the macro like other gz packages? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about now? e1e5bae |
||||||
|
||||||
## Gazebo Physics 5.X to 6.X | ||||||
|
||||||
### Deprecations | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this cmake variable is still being used in different engine plugins' CMakeLists.txt for windows install. Not sure if we can remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave it as deprecated, then. 97f5255. Thanks!