diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-05 22:16:43 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-05 22:16:43 -0700 |
| commit | 540046b564f95d262f5e4d2a4f988485e6469742 (patch) | |
| tree | b8df6c4dd739f1d0801b171b5c7c5dc264f6adf1 /toolsrc/src/VcpkgPaths.cpp | |
| parent | 9ae4b9f885c6bb3ede212d42c51f2b96fbfc86dd (diff) | |
| download | vcpkg-540046b564f95d262f5e4d2a4f988485e6469742.tar.gz vcpkg-540046b564f95d262f5e4d2a4f988485e6469742.zip | |
[vcpkg] Remove assert that vswhere returns only 14 or 15.
Diffstat (limited to 'toolsrc/src/VcpkgPaths.cpp')
| -rw-r--r-- | toolsrc/src/VcpkgPaths.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/VcpkgPaths.cpp b/toolsrc/src/VcpkgPaths.cpp index 8264ec293..d84a2d281 100644 --- a/toolsrc/src/VcpkgPaths.cpp +++ b/toolsrc/src/VcpkgPaths.cpp @@ -452,8 +452,6 @@ namespace vcpkg continue; } - - Checks::exit_with_message(VCPKG_LINE_INFO, "Expected major version 14 or 15 but got: %s", major_version); } if (found_toolsets.empty()) |
