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
However, at a first inspection it seems that utf8cpp is header only and not used in the public headers, so it should simply not be a public link of the assimp::assimp target.
Expected behavior
All the imported targets linked by assimp target should be properly found in the CMake config file with a find_dependency call.
Describe the bug
Since #13521, the assimp CMake config file contain a transitive dependency to the
utf8cpp
imported targetEnvironment
To Reproduce
Steps to reproduce the behavior:
but no
find_dependency(utf8cpp CONFIG)
at the top:However, at a first inspection it seems that
utf8cpp
is header only and not used in the public headers, so it should simply not be a public link of theassimp::assimp
target.Expected behavior
All the imported targets linked by assimp target should be properly found in the CMake config file with a
find_dependency
call.Failure logs
-(please attached failure logs)
Additional context
See gazebosim/gz-physics#87 (comment) .
The text was updated successfully, but these errors were encountered: