From cb78e98c14069ce4747099bb1ed67f6d69de8f36 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Sat, 1 May 2021 20:15:36 -0700 Subject: [PATCH] [update-checkout] Update the cmake that we build on Linux on main to cmake 3.20.2 (latest). I am not changing the minimum cmake requirements anywhere. I am just changing this to get ahead of bumpings of minimum cmake requirements in various places. --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 4a56f6263e08c..aab7d628a9dad 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -78,7 +78,7 @@ "ninja": "release", "icu": "release-65-1", "yams": "4.0.2", - "cmake": "v3.16.5", + "cmake": "v3.20.2", "indexstore-db": "main", "sourcekit-lsp": "main", "swift-format": "main"