-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Migration.md
Outdated
|
||
### 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 comment
The reason will be displayed to describe this comment to others. Learn more.
rephrased to say macro instead of env var
* The environment variable `GZ_PHYSICS_ENGINE_INSTALL_DIR` is removed. Use | |
* The macro `GZ_PHYSICS_ENGINE_INSTALL_DIR` is removed. Use |
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.
Updated in 97f5255.
CMakeLists.txt
Outdated
@@ -97,9 +97,6 @@ message(STATUS "-------------------------------------------\n") | |||
set(GZ_PHYSICS_ENGINE_RELATIVE_INSTALL_DIR | |||
${GZ_LIB_INSTALL_DIR}/gz-${GZ_DESIGNATION}-${PROJECT_VERSION_MAJOR}/engine-plugins | |||
) | |||
set(GZ_PHYSICS_ENGINE_INSTALL_DIR |
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!
Signed-off-by: Carlos Agüero <[email protected]>
### Deprecations | ||
|
||
* The macro `GZ_PHYSICS_ENGINE_INSTALL_DIR` is deprecated. Use | ||
`gz::physics::getEngineInstallDir()` instead. |
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.
should we just remove the macro like other gz packages?
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.
How about now? e1e5bae
Signed-off-by: Carlos Agüero <[email protected]>
🦟 Bug fix
Perform the tock of the tick-tock cycle and remove / move deprecated code.
Summary
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.