Skip to content

Commit

Permalink
Fix spdlog dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM committed Jun 8, 2022
1 parent b431278 commit 7a6b445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_logging_spdlog/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 7a6b445

Please sign in to comment.