fix vs2017 build break (#2574)
This commit is contained in:
Родитель
6b7753837e
Коммит
3b03c729e9
|
@ -25,3 +25,4 @@ IF ERRORLEVEL 1 (
|
|||
|
||||
where msbuild
|
||||
msbuild -version
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ rem no error checking
|
|||
pushd %cmake-root%\cmake\%CMAKE_DIR%
|
||||
|
||||
echo ***Running CMAKE for building dynamic***
|
||||
cmake %build-root% -Dbuild_as_dynamic:BOOL=ON -Duse_edge_modules=ON
|
||||
cmake %build-root% -Dbuild_as_dynamic:BOOL=ON -Duse_edge_modules=ON -G %VSVERSION%
|
||||
if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL!
|
||||
popd
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче