commit: cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:15:38 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 17:01:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd42d97b
dev-ros/camera_calibration_parsers: fix boost python detection
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
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 8e2b868ec45..02019d6458f 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()