mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:23:35 +08:00
[vcpkgTools.xml] Bump version to "2"
This commit is contained in:
parent
1bfb01cfee
commit
7d5c33cf1b
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<tools version="1">
|
||||
<tools version="2">
|
||||
<tool name="cmake" os="windows">
|
||||
<version>3.10.2</version>
|
||||
<exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath>
|
||||
|
@ -51,7 +51,7 @@ namespace vcpkg::Commands::Fetch
|
||||
static constexpr StringLiteral OS_STRING = "linux";
|
||||
#endif
|
||||
|
||||
static const std::string XML_VERSION = "1";
|
||||
static const std::string XML_VERSION = "2";
|
||||
static const fs::path XML_PATH = paths.scripts / "vcpkgTools.xml";
|
||||
|
||||
const auto maybe_get_string_inside_tags = [](const std::string& input,
|
||||
|
Loading…
Reference in New Issue
Block a user