Skip to content
Snippets Groups Projects
Commit 22e1881f authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add find_package(OpenCV) required on Ub20 when building OpenCV from source

parent 5d2d2e6e
No related branches found
No related tags found
1 merge request!8Add find_package(OpenCV) required on Ub20 when building OpenCV from source
...@@ -25,6 +25,7 @@ armarx_find_package(PUBLIC Ceres QUIET) ...@@ -25,6 +25,7 @@ armarx_find_package(PUBLIC Ceres QUIET)
# Optional dependencies # Optional dependencies
armarx_find_package(PUBLIC VTK) armarx_find_package(PUBLIC VTK)
armarx_find_package(PUBLIC SemanticObjectRelations QUIET) armarx_find_package(PUBLIC SemanticObjectRelations QUIET)
armarx_find_package(PUBLIC OpenCV QUIET) # Required as RobotAPI is a legacy project.
#include(FetchContent) #include(FetchContent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment