Skip to content

Commit

Permalink
spdlog is a header-only library, so the exported dep isn't needed. (#19)
Browse files Browse the repository at this point in the history
Remove it here.  This should allow downstream packages to
build properly.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Oct 7, 2019
1 parent 6faf358 commit f91bcf9
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 @@ -47,6 +47,6 @@ if(BUILD_TESTING)
endif()

ament_export_include_directories(include)
ament_export_dependencies(ament_cmake rcutils spdlog)
ament_export_dependencies(ament_cmake rcutils)
ament_export_libraries(${PROJECT_NAME})
ament_package()

0 comments on commit f91bcf9

Please sign in to comment.