mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 06:28:17 +08:00
[vcpkg] Remove assert that vswhere returns only 14 or 15.
This commit is contained in:
parent
9ae4b9f885
commit
540046b564
@ -452,8 +452,6 @@ namespace vcpkg
|
|||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Checks::exit_with_message(VCPKG_LINE_INFO, "Expected major version 14 or 15 but got: %s", major_version);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found_toolsets.empty())
|
if (found_toolsets.empty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user