Skip to content

Commit

Permalink
Revert "Use hard coded path for windows to make CI work"
Browse files Browse the repository at this point in the history
This reverts commit 64cfa68.
  • Loading branch information
hannesa2 committed Jul 30, 2024
1 parent cdc9872 commit fc28b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_sdk_windows_MSVC_cmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo ************************************
echo *** Configure MSVC environment ***
echo ************************************

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

Expand Down

0 comments on commit fc28b6f

Please sign in to comment.