From cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 28 Aug 2019 16:15:38 +0200 Subject: [PATCH] dev-ros/camera_calibration_parsers: fix boost python detection Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier --- dev-ros/camera_calibration_parsers/files/boostpython.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/camera_calibration_parsers/files/boostpython.patch b/dev-ros/camera_calibration_parsers/files/boostpython.patch index 8e2b868ec452..02019d6458f7 100644 --- a/dev-ros/camera_calibration_parsers/files/boostpython.patch +++ b/dev-ros/camera_calibration_parsers/files/boostpython.patch @@ -14,7 +14,7 @@ Index: camera_calibration_parsers/CMakeLists.txt -else() - find_package(Boost REQUIRED COMPONENTS filesystem python3) -endif() -+find_package(Boost REQUIRED COMPONENTS filesystem python) ++find_package(Boost REQUIRED COMPONENTS filesystem python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}) include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS}) catkin_python_setup() -- 2.26.2