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
CMake Error in software/gazebo/plugins/vive-transform-plugin/CMakeLists.txt:
Imported target "GazeboYARPPlugins::gazebo_yarp_lib_common" includes
non-existent path
"/home/hosameldin/code/robotology-superbuild/build/install/include/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
However, the build goes through with no errors.
I thought it was worth reporting it anyways.
The text was updated successfully, but these errors were encountered:
When trying to build a plugin that uses some of the libraries of
gazebo-yarp-plugins
. Following http://robotology.github.io/gazebo-yarp-plugins/master/use_as_library.htmlI get the following error when generating CMake:
However, the build goes through with no errors.
I thought it was worth reporting it anyways.
The text was updated successfully, but these errors were encountered: