Skip to content

Commit

Permalink
Backport #30 to humble
Browse files Browse the repository at this point in the history
  • Loading branch information
john-maidbot authored Sep 18, 2023
1 parent 5362002 commit cfc2690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion point_cloud_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ install(
)

# Install include directories
install(DIRECTORY include/ $<BUILD_INTERFACE:${expected_SOURCE_DIR}/include/> DESTINATION include/${PROJECT_NAME})
install(DIRECTORY include/ ${expected_SOURCE_DIR}/include/ DESTINATION include/${PROJECT_NAME})

ament_export_include_directories("include/${PROJECT_NAME}")

Expand Down

0 comments on commit cfc2690

Please sign in to comment.