Skip to content

Commit d8fef69

Browse files
authored
Fix correctly exporting the library (#388)
Without this, downstream packages have missing symbols Relates to: #387
1 parent 5b22158 commit d8fef69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diagnostic_updater/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ install(
118118
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
119119

120120
ament_export_include_directories(include)
121+
ament_export_libraries(${PROJECT_NAME})
121122
ament_export_dependencies(ament_cmake)
122123
ament_export_dependencies(ament_cmake_python)
123124
ament_export_dependencies(diagnostic_msgs)

0 commit comments

Comments
 (0)