-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rcpputils
for find_library
#47
Conversation
Please target the default branch with any pull request (except if the change is only applicable to the target branch). In this specific case since the change is only a cleanup there is no need to backport it for Crystal so it is unlikely that this is going to happen. |
I'm actually using this to lead into ros2/rcutils#143, hoping to get some mileage out of that in Crystal ;P |
2e50501
to
814b0a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EricCousineau-TRI Just checking if you want to pick this up again with the underlying PR ready?
rosidl_typesupport_cpp/package.xml
Outdated
@@ -9,6 +9,7 @@ | |||
|
|||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | |||
|
|||
<build_depend>rcpputils</build_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rcpputils
also needs to be available at runtime since it provides a shared library. Therefore this should use the depend
tag instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where? It still is only a build_depend
in this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, only did it for the C package in 2c29cb2. Will update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in e8b0dd3
Working on this now; should I merge in updated branch, rebase, or close and open a new PR? |
0c3ea84
to
2c29cb2
Compare
e8b0dd3
to
7e11abd
Compare
commit e8b0dd3 Author: Eric Cousineau <[email protected]> Date: Mon Oct 7 13:28:05 2019 -0400 Forgot to update cpp package Signed-off-by: Eric Cousineau <[email protected]> commit 2c29cb2 Author: Eric Cousineau <[email protected]> Date: Wed Sep 25 16:40:50 2019 -0400 Address review Signed-off-by: Eric Cousineau <[email protected]> commit e5d7f0c Merge: 814b0a8 38eb801 Author: Eric Cousineau <[email protected]> Date: Wed Sep 25 16:39:52 2019 -0400 Merge remote-tracking branch 'upstream/master' into issue/rcpputils_3 Signed-off-by: Eric Cousineau <[email protected]> commit 814b0a8 Author: Eric Cousineau <[email protected]> Date: Mon Mar 25 17:08:35 2019 -0400 Add `rcpputils` for `find_library` Signed-off-by: Eric Cousineau <[email protected]> Signed-off-by: Dirk Thomas <[email protected]>
7e11abd
to
12cdc45
Compare
Rebased and resolved conflicts:
|
Signed-off-by: Eric Cousineau [email protected]
Compadre of ros2/rcpputils#4
Er... This is namely for
crystal
. How do I handle backporting from / forward porting tomaster
?This change is
Connects to ros2/rcpputils#4