We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919e17 commit 2922d7dCopy full SHA for 2922d7d
windows/internal/smoke_test.bat
@@ -152,10 +152,10 @@ pushd tmp\libtorch
152
153
set VC_VERSION_LOWER=17
154
set VC_VERSION_UPPER=18
155
-IF "%VC_YEAR%" == "2019" (
156
- set VC_VERSION_LOWER=16
157
- set VC_VERSION_UPPER=17
158
-)
+REM IF "%VC_YEAR%" == "2019" (
+REM set VC_VERSION_LOWER=16
+REM set VC_VERSION_UPPER=17
+REM )
159
160
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -legacy -products * -version [%VC_VERSION_LOWER%^,%VC_VERSION_UPPER%^) -property installationPath`) do (
161
if exist "%%i" if exist "%%i\VC\Auxiliary\Build\vcvarsall.bat" (
0 commit comments