From 505ee21fe6ed084f9490dac2046eb4c070d0a3ea Mon Sep 17 00:00:00 2001 From: john-maidbot <78750993+john-maidbot@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:39:59 -0500 Subject: [PATCH] Backport #30 to humble (#31) --- point_cloud_transport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/point_cloud_transport/CMakeLists.txt b/point_cloud_transport/CMakeLists.txt index 3729955..11b5c20 100644 --- a/point_cloud_transport/CMakeLists.txt +++ b/point_cloud_transport/CMakeLists.txt @@ -118,7 +118,7 @@ install( ) # Install include directories -install(DIRECTORY include/ $ DESTINATION include/${PROJECT_NAME}) +install(DIRECTORY include/ ${expected_SOURCE_DIR}/include/ DESTINATION include/${PROJECT_NAME}) ament_export_include_directories("include/${PROJECT_NAME}")