Skip to content

Commit

Permalink
revert --prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Jan 8, 2025
1 parent 0a753ed commit 5806213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ if(ENABLE_PYTHON_PACKAGING)
SKIP_RPATH=ON
SETUPTOOLS_INSTALL_LIB=${ov_install_lib}
SETUPTOOLS_INSTALL_SCRIPTS=${ov_python_package_prefix}/bin
"${Python3_EXECUTABLE}" -m pip --python=/usr/bin/python3 install --verbose --ignore-requires-python --no-deps --no-compile --break-system-packages --target "${ov_python_package_prefix}" "${CMAKE_CURRENT_SOURCE_DIR}"
"${Python3_EXECUTABLE}" -m pip --python=/usr/bin/python3 install --verbose --ignore-requires-python --no-deps --no-compile --break-system-packages --prefix "${ov_python_package_prefix}" "${CMAKE_CURRENT_SOURCE_DIR}"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
DEPENDS ${ov_setup_py_deps}
COMMENT "Create python package with ${openvino_meta_info_subdir} folder")
Expand Down

0 comments on commit 5806213

Please sign in to comment.