You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll need to install gz-plugin (sudo make install) so that it's available for the example. The example is designed to be a standalone project so that you can move it anywhere and customize it for your needs, but this requires the assumption that gz-plugin is either installed from binaries or if building from source, that you have compiled with -DCMAKE_INSTALL_PREFIX=/usr and ran sudo make install. There are other ways to accomplish this, but these are the easiest ones.
You'll need to install gz-plugin (sudo make install) so that it's available for the example. The example is designed to be a standalone project so that you can move it anywhere and customize it for your needs, but this requires the assumption that gz-plugin is either installed from binaries or if building from source, that you have compiled with -DCMAKE_INSTALL_PREFIX=/usr and ran sudo make install. There are other ways to accomplish this, but these are the easiest ones.
Environment
Description
cmake ..
Steps to reproduce
examples
directorymkdir build cd build cmake ..
Output
Additional Note
Cmake prefix path should be set in the CMakeLists.txt in the example directory to locate the necessary file for gz-plugin.
The text was updated successfully, but these errors were encountered: