Skip to content

Commit 95bd33d

Browse files
committed
Merge branch 'master' into hf-merge/ocv-4.5.5
2 parents 8cd1bd1 + 1f7b39d commit 95bd33d

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

detection/api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project(openmpf-cpp-component-api)
3030

3131
set(CMAKE_CXX_STANDARD 17)
3232

33-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0
33+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5
3434
COMPONENTS opencv_core opencv_imgcodecs opencv_imgproc opencv_videoio)
3535

3636

detection/examples/AudioOnlyComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(../ComponentSetup.cmake)
3434

3535
find_package(mpfComponentInterface REQUIRED)
3636
find_package(mpfDetectionComponentApi REQUIRED)
37-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0 COMPONENTS opencv_core)
37+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5 COMPONENTS opencv_core)
3838

3939

4040
set(AUDIO_ONLY_COMPONENT_SOURCES AudioOnly.cpp AudioOnly.h)

detection/examples/GenericComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(../ComponentSetup.cmake)
3434

3535
find_package(mpfComponentInterface REQUIRED)
3636
find_package(mpfDetectionComponentApi REQUIRED)
37-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0 COMPONENTS opencv_core)
37+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5 COMPONENTS opencv_core)
3838

3939

4040
set(GENERIC_COMPONENT_SOURCES GenericComponent.cpp GenericComponent.h)

detection/examples/HelloWorldComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(../ComponentSetup.cmake)
3434

3535
find_package(mpfComponentInterface REQUIRED)
3636
find_package(mpfDetectionComponentApi REQUIRED)
37-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0 COMPONENTS opencv_core)
37+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5 COMPONENTS opencv_core)
3838
find_package(PkgConfig)
3939
pkg_search_module(LOG4CXX REQUIRED liblog4cxx)
4040

detection/examples/ImageTransformerComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(../ComponentSetup.cmake)
3434

3535
find_package(mpfComponentInterface REQUIRED)
3636
find_package(mpfDetectionComponentApi REQUIRED)
37-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0 COMPONENTS opencv_core opencv_highgui)
37+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5 COMPONENTS opencv_core opencv_highgui)
3838

3939

4040
set(IMAGE_TRANSFORMER_COMPONENT_SOURCES ImageTransformerComponent.h ImageTransformerComponent.cpp)

detection/examples/VideoCaptureComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(../ComponentSetup.cmake)
3434

3535
find_package(mpfComponentInterface REQUIRED)
3636
find_package(mpfDetectionComponentApi REQUIRED)
37-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0 COMPONENTS opencv_core opencv_highgui)
37+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5 COMPONENTS opencv_core opencv_highgui)
3838

3939

4040
set(VIDEO_CAPTURE_COMPONENT_SOURCES VideoCaptureComponent.h VideoCaptureComponent.cpp)

detection/testUtils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project(openmpf-cpp-component-test-utils)
3030

3131
set(CMAKE_CXX_STANDARD 17)
3232

33-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0
33+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5
3434
COMPONENTS opencv_core opencv_imgcodecs opencv_imgproc opencv_videoio opencv_highgui)
3535

3636
include_directories(include)

detection/utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project(openmpf-cpp-component-utils)
2929

3030
set(CMAKE_CXX_STANDARD 17)
3131

32-
find_package(OpenCV 4.5.0 EXACT REQUIRED PATHS /opt/opencv-4.5.0
32+
find_package(OpenCV 4.5.5 EXACT REQUIRED PATHS /opt/opencv-4.5.5
3333
COMPONENTS opencv_core opencv_imgcodecs opencv_imgproc opencv_videoio)
3434

3535
find_package(PkgConfig)

0 commit comments

Comments
 (0)