Commit e607ee70 authored by openvino-pushbot's avatar openvino-pushbot

fixed scripts permissions

parent eae43f84
...@@ -35,7 +35,7 @@ The software was validated on: ...@@ -35,7 +35,7 @@ The software was validated on:
### Software Requirements ### Software Requirements
- [CMake\*](https://cmake.org/download/) 3.9 or higher - [CMake\*](https://cmake.org/download/) 3.9 or higher
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) or - [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) and [mingw64\* runtime dependencies](https://sourceforge.net/projects/openblas/files/v0.2.14/mingw64_dll.zip/download).
- [Intel® C++ Compiler](https://software.intel.com/en-us/intel-parallel-studio-xe) 18.0 to build the Inference Engine on Windows. - [Intel® C++ Compiler](https://software.intel.com/en-us/intel-parallel-studio-xe) 18.0 to build the Inference Engine on Windows.
### Build Steps ### Build Steps
......
...@@ -25,7 +25,7 @@ function (DownloadAndCheck from to fatal result) ...@@ -25,7 +25,7 @@ function (DownloadAndCheck from to fatal result)
list(GET output 0 status_code) list(GET output 0 status_code)
else() else()
message(STATUS "${WGET_EXECUTABLE} --no-cache ${from}") message(STATUS "${WGET_EXECUTABLE} --no-cache ${from}")
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "${from}" "-O" "${to}" execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "--no-check-certificate" "${from}" "-O" "${to}"
TIMEOUT 2000 TIMEOUT 2000
RESULT_VARIABLE status_code) RESULT_VARIABLE status_code)
endif() endif()
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment