diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ef9052be..cf93b11c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,6 +152,9 @@ set(GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR ${GZ_LIB_INSTALL_DIR}/gz-${GZ_DESIGNATION}-${PROJECT_VERSION_MAJOR}/engine-plugins ) +set(GZ_RENDERING_ENGINE_INSTALL_DIR + ${CMAKE_INSTALL_PREFIX}/${GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR}) + #-------------------------------------- # Find DL if doing relocatable installation if (GZ_ENABLE_RELOCATABLE_INSTALL) diff --git a/Migration.md b/Migration.md index 379d1e0ca..59cacb05f 100644 --- a/Migration.md +++ b/Migration.md @@ -12,9 +12,6 @@ release will remove the deprecated code. 1. The macro `GZ_RENDERING_RESOURCE_PATH` is removed. Use `gz::rendering::getResourcePath()` instead. -1. The macro `GZ_RENDERING_ENGINE_INSTALL_DIR` is removed. Use -`gz::rendering::getEngineInstallDir()` instead. - 1. **Ogre2SelectionBuffer** + Removed: `bool ExecuteQuery(const int _x, const int _y, Ogre::Item *&_item, math::Vector3d &_point)` + Replacement: `bool ExecuteQuery(int _x, int _y, Ogre::MovableObject *&_obj, math::Vector3d &_point)`