From: Alexis Ballier Date: Wed, 28 Aug 2019 14:15:38 +0000 (+0200) Subject: dev-ros/camera_calibration_parsers: fix boost python detection X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a;p=gentoo.git dev-ros/camera_calibration_parsers: fix boost python detection Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier --- 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()