Replies: 1 comment
-
Have you tried adding opencv in bazel and then adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am building some external project depending on opencv. The project uses cmake find_package to find opencv. I have built opencv from source with bazel and it's available as a target, but what's the best way to make find_package find that target?
Also on my machine there's a system installed opencv, and how do I ensure hermetic build by preventing cmake to find the system opencv? Does sandbox work here? Asking because the cmake rule seems to use the system opencv.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions