Fix python_tools benchmark installation location (#5539)
* Fix python_tools benchmark installation location Before this fix, when running "make install", the benchmark python files would be installed under <python_dest_dir>/openvino/tools, instead of <python_dest_dir>/openvino/tools/benchmark. This commit fixes this. * Alternative implementation
This commit is contained in:
parent
2ba5c344be
commit
3c93548163
@ -45,7 +45,7 @@ if(ENABLE_PYTHON)
|
||||
DESTINATION python/${PYTHON_VERSION}/openvino/tools
|
||||
COMPONENT python_tools_${PYTHON_VERSION})
|
||||
|
||||
install(DIRECTORY benchmark/
|
||||
install(DIRECTORY benchmark
|
||||
DESTINATION python/${PYTHON_VERSION}/openvino/tools
|
||||
USE_SOURCE_PERMISSIONS
|
||||
COMPONENT python_tools_${PYTHON_VERSION})
|
||||
|
Loading…
Reference in New Issue
Block a user