Port changes for installing GPU driver from 2022.3 branch (#15408)

* Port changes for installing GPU driver from 2022.3 branch.

* install_openvino_dependencies: Fixed syntax after ShellCheck

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
This commit is contained in:
Artyom Anokhov
2023-02-08 18:37:51 +04:00
committed by GitHub
co-authored by Karol Blaszczak
parent d72deb955d
commit 8d2eae95a7
5 changed files with 34 additions and 510 deletions
-3
View File
@@ -57,9 +57,6 @@ if(LINUX)
ie_cpack_add_component(${OV_CPACK_COMP_INSTALL_DEPENDENCIES} HIDDEN)
set(install_dependencies_files install_openvino_dependencies.sh)
if(ENABLE_INTEL_GPU)
list(APPEND install_dependencies_files install_NEO_OCL_driver.sh)
endif()
foreach(install_dependencies_file IN LISTS install_dependencies_files)
install(PROGRAMS "${CMAKE_CURRENT_SOURCE_DIR}/install_dependencies/${install_dependencies_file}"