We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eceacbf + 1045e96 commit b68fdcfCopy full SHA for b68fdcf
.github/workflows/windows.yaml
CMakeLists.txt
@@ -152,7 +152,7 @@ endif()
152
153
# Plugin install dirs
154
set(GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR
155
- ${GZ_LIB_INSTALL_DIR}/gz-${GZ_DESIGNATION}-${PROJECT_VERSION_MAJOR}/engine-plugins
+ ${GZ_LIB_INSTALL_DIR}/gz-${GZ_DESIGNATION}/engine-plugins
156
)
157
158
set(GZ_RENDERING_ENGINE_INSTALL_DIR
package.xml
@@ -17,7 +17,6 @@
17
<depend>gz-math</depend>
18
<depend>gz-plugin</depend>
19
<depend>gz-utils</depend>
20
- <depend>libfreeimage-dev</depend>
21
<depend>libglew-dev</depend>
22
<depend>libogre-dev</depend>
23
<depend>libogre-next-2.3-dev</depend>
0 commit comments