Skip to content

Commit 275dd5e

Browse files
ct2034Rayman
andauthored
Fix correctly exporting the library (#388) (#393)
Without this, downstream packages have missing symbols Relates to: #387 (cherry picked from commit d8fef69) Co-authored-by: Ramon Wijnands <[email protected]>
1 parent 0447648 commit 275dd5e

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)