Fixed MINOR version (#12475)

Tested via product-config
This commit is contained in:
Ilya Lavrenov
2022-08-09 19:25:23 +04:00
committed by GitHub
parent ae1066a74c
commit 92d28a6ea5
5 changed files with 6 additions and 9 deletions

View File

@@ -91,8 +91,7 @@ macro(ov_define_component_names)
set(OV_CPACK_COMP_C_SAMPLES "c_samples")
set(OV_CPACK_COMP_PYTHON_SAMPLES "python_samples")
# python
# TODO: rename to pyie and fix product-config as well
set(OV_CPACK_COMP_PYTHON_IE_API "")
set(OV_CPACK_COMP_PYTHON_IE_API "pyie")
set(OV_CPACK_COMP_PYTHON_NGRAPH "pyngraph")
set(OV_CPACK_COMP_PYTHON_OPENVINO "pyopenvino")
set(OV_CPACK_COMP_PYTHON_WHEELS "python_wheels")