add explicit dependency on rcl_logging_log4cxx (#435)

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
Dirk Thomas 2019-05-09 14:20:09 -07:00 committed by GitHub
parent 7abd214f2a
commit 816ce67893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@
<exec_depend>rcutils</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<depend>rcl_logging_log4cxx</depend> <!-- the default logging impl -->
<depend>rmw_implementation</depend>
<test_depend>ament_cmake_gtest</test_depend>