Skip to content

Commit 0fbd01a

Browse files
authored
Use pybind11 from deb or pixi (#1497)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 0614492 commit 0fbd01a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rclpy/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ set(Python3_FIND_UNVERSIONED_NAMES FIRST)
4848
# Find python before pybind11
4949
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
5050

51-
find_package(pybind11_vendor REQUIRED)
5251
find_package(pybind11 REQUIRED)
5352

5453
# enables using the Python extensions from the build space for testing

rclpy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<build_depend>rcl_lifecycle</build_depend>
2525
<build_depend>rcl_logging_interface</build_depend>
2626
<build_depend>rcl_yaml_param_parser</build_depend>
27-
<build_depend>pybind11_vendor</build_depend>
27+
<build_depend>pybind11-dev</build_depend>
2828
<build_depend>python3-dev</build_depend>
2929
<build_depend>rcpputils</build_depend>
3030
<build_depend>rcutils</build_depend>

0 commit comments

Comments
 (0)