-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove use of python_cmake_module #1570
Conversation
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.
lgtm with green CI
CC: @MichaelOrlov
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.
LGTM, if CI will pass green.
I think in order for this to work on Windows Debug, we are also going to need ros2/ci#755 first. So let's hold off on merging this for now. |
0a88d5b
to
58f6675
Compare
58f6675
to
7892bac
Compare
7892bac
to
94acdcc
Compare
We really don't need it anymore, and can just use the builtin find_package(Python3). Signed-off-by: Chris Lalancette <clalancette@gmail.com>
The comment in the commit explains the reasoning behind it. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
94acdcc
to
15eea04
Compare
CI for this (along with all of the rest of the changes needed) is in ros2/ros2#1524 (comment) |
Also add in hints so that we find the unversioned python3 before finding versioned ones.
This must be merged before ros2/ros2#1524 ; see that pull request for more information about this change.