From 7a6b445c78c0126fa3b933ef565630a657508f7d Mon Sep 17 00:00:00 2001 From: PAA1TI Date: Wed, 8 Jun 2022 10:15:11 +0000 Subject: [PATCH] Fix spdlog dependency --- rcl_logging_spdlog/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl_logging_spdlog/CMakeLists.txt b/rcl_logging_spdlog/CMakeLists.txt index 896c995..ee481d5 100644 --- a/rcl_logging_spdlog/CMakeLists.txt +++ b/rcl_logging_spdlog/CMakeLists.txt @@ -66,7 +66,7 @@ if(BUILD_TESTING) endif() # Export rcl_logging_interface to give downstream packages access to it's headers -ament_export_dependencies(rcl_logging_interface) +ament_export_dependencies(rcl_logging_interface spdlog) ament_export_libraries(${PROJECT_NAME}) ament_export_targets(${PROJECT_NAME}) ament_package()