[Scripts] Remove MacOS install dependencies (#10397)

* OpenVINO scripts: Removed legacy install install_guide.html. Removed installation of scripts for MacOS

* scripts/CMakeLists: optimized if case
This commit is contained in:
Artyom Anokhov 2022-02-16 12:52:57 +03:00 committed by GitHub
parent 4d954d0c13
commit ba69bae055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ install(PROGRAMS "${_setupvars_file}"
# install install_dependencies # install install_dependencies
if(UNIX) if(LINUX)
ie_cpack_add_component(install_dependencies REQUIRED) ie_cpack_add_component(install_dependencies REQUIRED)
install(DIRECTORY install_dependencies/ install(DIRECTORY install_dependencies/
DESTINATION install_dependencies DESTINATION install_dependencies

View File

@ -1 +0,0 @@
<meta http-equiv="REFRESH" content="0;URL=http://docs.openvinotoolkit.org/2019_R1/_docs_install_guides_installing_openvino_linux.html#set-the-environment-variables">