mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user