File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ jobs:
514514 del /F /Q "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%\CMakeFiles"
515515
516516 cmake ^
517- -G"Visual Studio 17 2022" ^
517+ -G"Ninja" ^
518518 -H"%KRATOS_SOURCE%" ^
519519 -B"%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" ^
520520 -DBOOST_ROOT="%TEMP%\boost" ^
@@ -523,8 +523,8 @@ jobs:
523523 -DKRATOS_USE_PCH=OFF ^
524524 -DFORCE_LOCAL_ZLIB_COMPILATION=ON || goto :error
525525
526- cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target all_build -- /property:configuration=%KRATOS_BUILD_TYPE% /p:Platform=x64 || goto :error
527- cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target install -- /property:configuration= %KRATOS_BUILD_TYPE% /p:Platform=x64 || goto :error
526+ cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target all || goto :error
527+ cmake --install "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --config %KRATOS_BUILD_TYPE% || goto :error
528528
529529 goto :EOF
530530
You can’t perform that action at this time.
0 commit comments