From 5abc43a504e4ba8e869ef7f56e3fd7b0a3d8560d Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Thu, 6 May 2021 11:35:37 +0300 Subject: [PATCH] [windows] Add cmake 3.18.1 for Android to toolset files (#3324) --- images/win/toolsets/toolset-2016.json | 1 + images/win/toolsets/toolset-2019.json | 1 + 2 files changed, 2 insertions(+) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 5a56636b..96093997 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -164,6 +164,7 @@ ], "additional_tools": [ "cmake;3.10.2.4988404", + "cmake;3.18.1", "patcher;v4", "cmdline-tools;latest" ], diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 215c8082..41bdd2e1 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -164,6 +164,7 @@ ], "additional_tools": [ "cmake;3.10.2.4988404", + "cmake;3.18.1", "patcher;v4", "cmdline-tools;latest" ],