From 63753e86a60ef508760d9f4dd98b7f2336cd089c Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Tue, 3 Oct 2017 16:00:23 -0700 Subject: [vcpkg] Split toolset searches based on triplet's specification (don't pick v120 if it's blank). --- toolsrc/include/VcpkgPaths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/VcpkgPaths.h b/toolsrc/include/VcpkgPaths.h index 9914c6f35..9f55dc5ac 100644 --- a/toolsrc/include/VcpkgPaths.h +++ b/toolsrc/include/VcpkgPaths.h @@ -73,5 +73,6 @@ namespace vcpkg Lazy nuget_exe; Lazy> toolsets; Lazy> toolsets_vs2017_v140; + Lazy> toolsets_vs2013; }; } -- cgit v1.2.3