Commit d283d94
Let ament handle export installation in ROS2 builds
When using ament, ament_package() should handle installing the export
files and generating the Config.cmake. The explicit install(EXPORT ...)
was interfering with this, causing find_package(reactor-cpp) to fail
in downstream packages.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9970f1a commit d283d94
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
0 commit comments