diff --git a/win/build.ps1 b/win/build.ps1 index 77920b763..b7df5ced9 100644 --- a/win/build.ps1 +++ b/win/build.ps1 @@ -1,4 +1,4 @@ cd $PSScriptRoot/build conan install --build=missing .. cmake .. -A x64 -D CMAKE_BUILD_TYPE=Release -msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /T:PACKAGE /VERBOSITY:MINIMAL +msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL