We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fd072 commit 3806f54Copy full SHA for 3806f54
1 file changed
windows-compile-vs.bat
@@ -94,9 +94,7 @@ if "%VS_EDITION%"=="" (
94
set VS_EDITION=Community
95
)
96
97
-echo on
98
call "%VS_PATH%\%VS_EDITION%\VC\Auxiliary\Build\vcvarsall.bat" %ARCH% >>"%log_file%" 2>&1 || call :pm-fatal-error "Error initializing Visual Studio environment"
99
-echo off
100
:batchfiles-are-stupid
101
move "%log_file%" "%log_file%" >nul 2>nul || goto :batchfiles-are-stupid
102
@@ -421,7 +419,6 @@ call :pm-echo "Done?"
421
419
exit 0
422
420
423
:check-vs-exists
424
425
set "VS_PATH=C:\%~3\Microsoft Visual Studio\%~1"
426
if exist "%VS_PATH%" (
427
set CMAKE_TARGET=Visual Studio %~2 %~1
0 commit comments