Skip to content

Commit b7e0683

Browse files
committed
copilot suggestion: fix install destination for py_binding_tools export header
1 parent d7d0279 commit b7e0683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patch/ros-lyrical-py-binding-tools.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ index e940609..a743203 100644
3030
DESTINATION include/${PROJECT_NAME}
3131
)
3232

33-
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h DESTINATION include)
33+
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h DESTINATION include/${PROJECT_NAME})
3434
+
3535
_ament_cmake_python_register_environment_hook()
3636

0 commit comments

Comments
 (0)