From 5add23635f2fdfe8b2ab3dddcad58a1c4210d508 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Cordero Date: Thu, 4 Sep 2025 14:14:58 +0200 Subject: [PATCH] pybind11_vendor is removed using rosdistro key Signed-off-by: Alejandro Hernandez Cordero --- moveit_py/CMakeLists.txt | 1 - moveit_py/package.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/moveit_py/CMakeLists.txt b/moveit_py/CMakeLists.txt index d289b1fbfc..b4c73ad679 100644 --- a/moveit_py/CMakeLists.txt +++ b/moveit_py/CMakeLists.txt @@ -9,7 +9,6 @@ find_package(moveit_ros_planning REQUIRED) find_package(moveit_ros_planning_interface REQUIRED) find_package(moveit_core REQUIRED) find_package(Python3 REQUIRED COMPONENTS Interpreter Development) -find_package(pybind11_vendor REQUIRED) find_package(pybind11 REQUIRED) # enables using the Python extensions from the build space for testing diff --git a/moveit_py/package.xml b/moveit_py/package.xml index fb661f49fd..c42770ae78 100644 --- a/moveit_py/package.xml +++ b/moveit_py/package.xml @@ -13,7 +13,7 @@ ament_cmake - pybind11_vendor + pybind11-dev ament_index_python