Artur Kulikowski
Artur Kulikowski
Hi, I got a problem with building python egg file with --cpp_implementation I've tried to build it with protobuf 3.15.0 on Windows 10 I got an error that the linker...
- Backport of #12494 - target branch: 2022.2 ### Tickets: - *89237*
Hi, I've tried to create package for OpenVINO project( https://github.com/openvinotoolkit/openvino ) I've made `conanfile.py` in OpenVINO: ``` from conans import ConanFile, CMake class OpenvinoConan(ConanFile): name = "openvino" version = "2022.1"...