Add hint to install patchelf with pip (#21237)
This commit is contained in:
committed by
GitHub
parent
712c5fbd39
commit
309539667a
@@ -187,7 +187,7 @@ if(LINUX)
|
||||
DOC "Path to patchelf tool")
|
||||
if(NOT patchelf_program)
|
||||
set(ENABLE_WHEEL_DEFAULT OFF)
|
||||
message(${message_mode} "patchelf is not found. It is required to build OpenVINO Runtime wheel. Install via apt-get install patchelf")
|
||||
message(${message_mode} "patchelf is not found. It is required to build OpenVINO Runtime wheel. Install via `pip install patchelf` or `apt install patchelf`.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user