Skip to content
Commit 7ccbca60 authored by Pascal Bach's avatar Pascal Bach
Browse files

opencv3: don't download ippicv if not enabled

On aarch64 ipp is not available but the derivation still tries to download it
leading to an error that the platform is not supported.

There is already an option to enable ipp which is disabled by default.
So the sensitive thing to do is to only download the ippicv package if
the option is enabled.

This makes opencv3 build on aarch64.
parent f66a3b33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment