-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a python3-dev dependency to tf2_py. (#733)
This is needed because it depends on Python.h being available, and it also calls find_package(Python3 Development). While we are in here, we also remove "Development" from the find_package(Python3) calls in tf2_geometry_msgs and tf2_sensor_msgs. In both of those cases, we only need the interpreter, not the header files. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
1377a24
commit 714f456
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters