From dab0b45d4e14036e4822548094e49d891492bfbd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 12 Apr 2019 19:37:11 +0300 Subject: Add vc142 to recognized toolsets (#263). Refs #263. --- bootstrap.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.bat') diff --git a/bootstrap.bat b/bootstrap.bat index a269f7602d..99ceb61584 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -50,6 +50,7 @@ IF "%1"=="vc11" SET TOOLSET=msvc : 11.0 IF "%1"=="vc12" SET TOOLSET=msvc : 12.0 IF "%1"=="vc14" SET TOOLSET=msvc : 14.0 IF "%1"=="vc141" SET TOOLSET=msvc : 14.1 +IF "%1"=="vc142" SET TOOLSET=msvc : 14.2 ECHO. ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%... -- cgit v1.2.1