aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/vcpkgTools.xml2
-rw-r--r--toolsrc/src/vcpkg/commands.fetch.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index 07284333c..ba81ed926 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -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>
diff --git a/toolsrc/src/vcpkg/commands.fetch.cpp b/toolsrc/src/vcpkg/commands.fetch.cpp
index e369f44d2..d085fb0f7 100644
--- a/toolsrc/src/vcpkg/commands.fetch.cpp
+++ b/toolsrc/src/vcpkg/commands.fetch.cpp
@@ -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,