Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Nitpick. remove extra space before HAS_LIBRARY_TARGET
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
MichaelOrlov and clalancette committed Oct 27, 2022
1 parent fc5f8aa commit 2bcff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcap_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endmacro()
build_mcap_vendor()

ament_export_include_directories(include/${PROJECT_NAME})
ament_export_targets(mcap HAS_LIBRARY_TARGET)
ament_export_targets(mcap HAS_LIBRARY_TARGET)
ament_export_dependencies(zstd_vendor zstd)

## Package
Expand Down

0 comments on commit 2bcff24

Please sign in to comment.