Parallelize build_samples_msvc.bat (#14828)

Close https://github.com/openvinotoolkit/openvino/issues/14825
This commit is contained in:
Zlobin Vladimir 2022-12-27 16:24:42 +04:00 committed by GitHub
parent 97f47315ac
commit b8c92fce70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,8 @@ echo.
echo ###############^|^| Build OpenVINO Runtime samples using MS Visual Studio (MSBuild.exe) ^|^|###############
echo.
echo cmake --build . --config Release
cmake --build . --config Release
echo cmake --build . --config Release --parallel
cmake --build . --config Release --parallel
if ERRORLEVEL 1 GOTO errorHandling
if NOT "%SAMPLE_INSTALL_DIR%"=="" cmake -DCMAKE_INSTALL_PREFIX="%SAMPLE_INSTALL_DIR%" -DCOMPONENT=samples_bin -P cmake_install.cmake