build/msvc: Change MSBuild verbosity to normal

This commit is contained in:
b-r-o-c-k 2018-03-05 11:00:01 -06:00
parent fb3667cd16
commit 7612ba5ad9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if "%CONFIGURATION:~0,5%" == "MINGW" (
C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm -Su" || goto :error
C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm --needed -S mingw-w64-%ARCH%-cmake mingw-w64-%ARCH%-perl mingw-w64-%ARCH%-diffutils mingw-w64-%ARCH%-unibilium gperf" || goto :error
) else if "%CONFIGURATION:~0,4%" == "MSVC" (
set CMAKE_GENERATOR_ARGS=/verbosity:detailed
set CMAKE_GENERATOR_ARGS=/verbosity:normal
)
:: Setup python (use AppVeyor system python)