aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/VcpkgPaths.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-05 22:16:43 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-05 22:16:43 -0700
commit540046b564f95d262f5e4d2a4f988485e6469742 (patch)
treeb8df6c4dd739f1d0801b171b5c7c5dc264f6adf1 /toolsrc/src/VcpkgPaths.cpp
parent9ae4b9f885c6bb3ede212d42c51f2b96fbfc86dd (diff)
downloadvcpkg-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.cpp2
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())