We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806f54 commit d75f83eCopy full SHA for d75f83e
1 file changed
windows-compile-vs.bat
@@ -422,7 +422,7 @@ exit 0
422
set "VS_PATH=C:\%~3\Microsoft Visual Studio\%~1"
423
if exist "%VS_PATH%" (
424
set CMAKE_TARGET=Visual Studio %~2 %~1
425
- call :pm-echo "Found Visual Studio %~1 in ^%VS_PATH%"
+ call :pm-echo "Found Visual Studio %~1 in %VS_PATH%"
426
exit /B 0
427
) else (
428
call :pm-echo "DID NOT FIND VS %~1"
0 commit comments