diff options
author | Alexis Ballier <aballier@gentoo.org> | 2022-03-09 13:39:31 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2022-03-09 14:19:23 +0100 |
commit | 393f238f7f2ea5dc72a79bca7d1dad8fca750b76 (patch) | |
tree | 6e8d1a11716ff3f37f80d48a6b5eb709b98dba61 /dev-ros | |
parent | ros-meta/vision_opencv: Bump to 1.16.0. (diff) | |
download | gentoo-393f238f7f2ea5dc72a79bca7d1dad8fca750b76.tar.gz gentoo-393f238f7f2ea5dc72a79bca7d1dad8fca750b76.tar.bz2 gentoo-393f238f7f2ea5dc72a79bca7d1dad8fca750b76.zip |
dev-ros/cv_bridge: fix patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/cv_bridge/files/ocv_leak.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/cv_bridge/files/ocv_leak.patch b/dev-ros/cv_bridge/files/ocv_leak.patch index 32b3fafbe074..dab21616fc89 100644 --- a/dev-ros/cv_bridge/files/ocv_leak.patch +++ b/dev-ros/cv_bridge/files/ocv_leak.patch @@ -13,7 +13,7 @@ Index: cv_bridge/CMakeLists.txt - set(_opencv_version 3) -endif() - --find_package(OpenCV ${_opencv_version4} REQUIRED +-find_package(OpenCV ${_opencv_version} REQUIRED +find_package(OpenCV 4 REQUIRED COMPONENTS opencv_core |