Conan package for OpenCV library. https://opencv.org/
The packages generated with this conanfile can be found in Bintray.
$ conan install opencv/3.4.3@conan/stable
If you handle multiple dependencies in your project is better to add a conanfile.txt
[requires]
opencv/3.4.3@conan/stable
[options]
opencv:shared=True # False
opencv:fPIC=True # False (only available for Linux and Macos)
[generators]
cmake
If you wish to report an issue for Conan Community related to this package or any other, please do so here:
If you wish to make a request for Conan Community creating a new package, please do so here: