Commit fb1eda9
authored
Always symlink TARGET_{LINKER,SONAME}_FILE on libraries (#535)
During non-symlink install, these files are copied to the install prefix
by default. We should do the same for symlink installs if they're
specified.
Signed-off-by: Scott K Logan <[email protected]>1 parent 8b92e4a commit fb1eda9
File tree
2 files changed
+8
-1
lines changed- ament_cmake_core/cmake/symlink_install
2 files changed
+8
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
231 | 235 | | |
232 | 236 | | |
233 | 237 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments