Add hint to install patchelf with pip (#21237)

This commit is contained in:
Helena Kloosterman
2023-11-22 13:19:11 +01:00
committed by GitHub
parent 712c5fbd39
commit 309539667a

View File

@@ -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()