Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvino-inference-engine: upgrade 2021.3 -> 2021.4 | Anuj Mittal | 2021-08-27 | 1 | -50/+0 |
| | | | | | | | | | | Refresh patches and add zlib to DEPENDS. Also fetch pybind11 as it's needed by ngraph. Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | openvino-inference-engine: fix inference engine cmake config | Anuj Mittal | 2021-07-21 | 1 | -0/+50 |
When included in a project using find_package, it goes and looks for headers and cmake module at an incorrect path. Make sure that we are able to locate the headers and cmake module file. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> |