Skip to content

Commit 0ee9810

Browse files
authored
Removed deprecated pybind_vendor (#9)
1 parent a360e5f commit 0ee9810

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ find_package(ament_cmake_python REQUIRED)
66
find_package(rclcpp REQUIRED)
77
find_package(geometry_msgs REQUIRED)
88
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
9-
find_package(pybind11_vendor REQUIRED)
109
find_package(pybind11 REQUIRED)
1110

1211
add_library(${PROJECT_NAME} SHARED

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<buildtool_depend>ament_cmake</buildtool_depend>
1515
<buildtool_depend>ament_cmake_python</buildtool_depend>
1616

17-
<depend>pybind11_vendor</depend>
17+
<depend>pybind11</depend>
1818
<depend>geometry_msgs</depend>
1919
<depend>rclcpp</depend>
2020

0 commit comments

Comments
 (0)