From 2bcff24a35fbff4c51a90d0c0bfc57f9a23dbcdf Mon Sep 17 00:00:00 2001 From: Michael Orlov Date: Thu, 27 Oct 2022 13:07:13 -0700 Subject: [PATCH] Nitpick. remove extra space before `HAS_LIBRARY_TARGET` Signed-off-by: Michael Orlov Co-authored-by: Chris Lalancette --- mcap_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcap_vendor/CMakeLists.txt b/mcap_vendor/CMakeLists.txt index 56e8dfc..b9bc045 100644 --- a/mcap_vendor/CMakeLists.txt +++ b/mcap_vendor/CMakeLists.txt @@ -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