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
When the user uses multiple configurations (dbg/rel/rel_with_dbg), urdf_LIBRARIES should be a cmake expression containing these configuration information, but at this time, using one find_library can only search for a configured library.
When the user uses multiple configurations (dbg/rel/rel_with_dbg),
urdf_LIBRARIES
should be a cmake expression containing these configuration information, but at this time, using onefind_library
can only search for a configured library.Suggetsions:
set(urdf_LIBRARIES urdfdom::urdfdom_model urdfdom::urdfdom_world urdfdom::urdfdom_sensor urdfdom::urdfdom_model_state)
The text was updated successfully, but these errors were encountered: