You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCV should also be able to be built and linked statically through the help of the cmake crate. It does not always need to be used this way, but I would like the option to do this. I also believe this should be the default behavior. If this is fine I can go ahead and implement this and write a PR. I will hide the system version behind a feature flag (something like system).
The text was updated successfully, but these errors were encountered:
This will be closed after #117. The default behavior is now statically building and linking OpenCV. You can opt into using the system install of OpenCV using the system feature if the old behavior is desired.
OpenCV should also be able to be built and linked statically through the help of the
cmake
crate. It does not always need to be used this way, but I would like the option to do this. I also believe this should be the default behavior. If this is fine I can go ahead and implement this and write a PR. I will hide the system version behind a feature flag (something like system).The text was updated successfully, but these errors were encountered: