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
If I understand correctly there's no reason to ament_export_dependencies(spdlog spdlog_vendor). This call makes downstream packages find_package() them, but downstream code shouldn't need to know about them at all in order to use this logging implementation. The <exec_depend>spdlog* is enough to make the spdlog libraries available at runtime.
rcl_logging/rcl_logging_spdlog/CMakeLists.txt
Line 64 in e2456ba
If I understand correctly there's no reason to
ament_export_dependencies(spdlog spdlog_vendor)
. This call makes downstream packagesfind_package()
them, but downstream code shouldn't need to know about them at all in order to use this logging implementation. The<exec_depend>spdlog*
is enough to make the spdlog libraries available at runtime.@hidmic thoughts?
The text was updated successfully, but these errors were encountered: