From 5e84bc97dac5c67a1badc49c13cef98334c71fd4 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 10 Dec 2021 04:07:38 -0600 Subject: [PATCH] vswhere: remove invalid quotes in example (#7520) --- pages/windows/vswhere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/vswhere.md b/pages/windows/vswhere.md index 3a75978a4f..50ff1db714 100644 --- a/pages/windows/vswhere.md +++ b/pages/windows/vswhere.md @@ -5,7 +5,7 @@ - Find the path of vcvarsall.bat to set environment variables: -`vswhere -products * -latest -prerelease -find "**/VC/Auxiliary/Build/vcvarsall.bat"` +`vswhere -products * -latest -prerelease -find **/VC/Auxiliary/Build/vcvarsall.bat` - Find the directory of the x64 MSVC compiler (cl.exe, etc):