Skip to content

Commit

Permalink
Fix correctly exporting the library (#388)
Browse files Browse the repository at this point in the history
Without this, downstream packages have missing symbols

Relates to: #387
  • Loading branch information
Rayman authored Jul 22, 2024
1 parent 5b22158 commit d8fef69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diagnostic_updater/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ install(
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)

ament_export_include_directories(include)
ament_export_libraries(${PROJECT_NAME})
ament_export_dependencies(ament_cmake)
ament_export_dependencies(ament_cmake_python)
ament_export_dependencies(diagnostic_msgs)
Expand Down

0 comments on commit d8fef69

Please sign in to comment.