[vcpkg] Remove assert that vswhere returns only 14 or 15.

This commit is contained in:
Robert Schumacher 2017-10-05 22:16:43 -07:00
parent 9ae4b9f885
commit 540046b564

View File

@ -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())