Skip to content

Commit 34c5859

Browse files
committed
Revert "Use hard coded path for windows to make CI work"
This reverts commit 64cfa68.
1 parent e5ec96a commit 34c5859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sdk_windows_MSVC_cmake.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ echo ************************************
5959
echo *** Configure MSVC environment ***
6060
echo ************************************
6161

62-
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
62+
call vcvarsall.bat x86_amd64
6363
if %ERRORLEVEL% NEQ 0 goto ERROR_HANDLER
6464
echo configuring was successful
6565

0 commit comments

Comments
 (0)