diff --git a/gen-msvc-project.bat b/gen-msvc-project.bat index b55a38f4b..8a78abc6e 100644 --- a/gen-msvc-project.bat +++ b/gen-msvc-project.bat @@ -54,7 +54,7 @@ IF "%2"=="2017" ( SET msvc_compiler=Visual Studio 15 2017 ) IF "%2"=="" ( -SET msvc_compiler=Visual Studio 15 2017 +SET msvc_compiler=Visual Studio 16 2019 ) IF NOT DEFINED msvc_compiler ( GOTO :helpInfo