Skip to content

Commit

Permalink
Link and compile against rosbag2_storage_mcap: Fixed issue 1492 (#1496)
Browse files Browse the repository at this point in the history
* Link and compile against rosbag2_storage_mcap: Fixed issue 1492

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>

* Don't install include floder

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>

---------

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Nov 17, 2023
1 parent d6030c4 commit 7fcb703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_storage_mcap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ endif()

ament_export_libraries(${PROJECT_NAME})
ament_export_targets(export_${PROJECT_NAME})
ament_export_dependencies(rosbag2_storage rcutils)
ament_export_dependencies(mcap_vendor pluginlib rosbag2_storage rcutils)

ament_package()

0 comments on commit 7fcb703

Please sign in to comment.