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 at urdf_parser/CMakeLists.txt:77 (target_link_libraries):
The link interface of target "urdf_parser" contains:
urdfdom::urdfdom_model
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Removing urdfdom:: from all three targets resolves the issue. Not sure if this causes older cmake versions to fail.
The text was updated successfully, but these errors were encountered:
Urdfdom_parser fails to build due to the following lines
urdfdom/urdf_parser/CMakeLists.txt
Lines 77 to 80 in 29426ec
The following error is output
Removing urdfdom:: from all three targets resolves the issue. Not sure if this causes older cmake versions to fail.
The text was updated successfully, but these errors were encountered: