-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove python_cmake_module use (#1220)
* Stop using python_cmake_module. We really don't need it anymore, and can just use the builtin find_package(Python3). * Set hints to find the python version we actually want. The comment in the commit explains the reasoning behind it. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
6de8e2f
commit 1dd3b21
Showing
2 changed files
with
16 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
<author email="[email protected]">William Woodall</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>python_cmake_module</buildtool_depend> | ||
|
||
<build_depend>pybind11_vendor</build_depend> | ||
<build_depend>rcpputils</build_depend> | ||
|