Skip to content

Commit

Permalink
Defaulting to use VS2015 Toolkit when compiling with a newer VS Versi…
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Jan 7, 2021
1 parent e7b9d00 commit 60c46b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_win/win_make_cmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ if %ARCH% == "" goto build_no_arch
:build_with_arch

cd /d "%WORKSPACE%\%BUILD_DIR_COMPLETE%"
cmake ../.. -G "%VISUAL_STUDIO_GENERATOR%" -A "%ARCH%" %CMAKE_OPTIONS_COMPLETE%
cmake ../.. -G "%VISUAL_STUDIO_GENERATOR%" -A "%ARCH%" -T v140 %CMAKE_OPTIONS_COMPLETE%

cd /d "%WORKSPACE%\%BUILD_DIR_SDK%"
cmake ../.. -G "%VISUAL_STUDIO_GENERATOR%" -A "%ARCH%" %CMAKE_OPTIONS_SDK%
cmake ../.. -G "%VISUAL_STUDIO_GENERATOR%" -A "%ARCH%" -T v140 %CMAKE_OPTIONS_SDK%

goto end

Expand Down

0 comments on commit 60c46b5

Please sign in to comment.