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}")