aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2022-07-12 11:46:03 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-12 16:01:17 +0000
commitc8d31372f7342707d8c6e40c814ce1b64fe36086 (patch)
tree867d9c28158b1d0db67dd26594a177fb20472f3b /BUILDING.md
parent534970f39203d3aac98dfcf07bf87a15d2e9f75e (diff)
downloadboringssl-c8d31372f7342707d8c6e40c814ce1b64fe36086.zip
boringssl-c8d31372f7342707d8c6e40c814ce1b64fe36086.tar.gz
boringssl-c8d31372f7342707d8c6e40c814ce1b64fe36086.tar.bz2
Bump CMake requirement to 3.8.
CMake 3.8 was released April 10, 2017, which puts it past our five year horizon. (CMake 3.9 is just a few days short of it, so using 3.8 for now.) In particular, depending on 3.7+ gets us some nice features like VERSION_GREATER_EQUAL. Change-Id: I90457ad41e7add3c6b2dd3664da964c4b6ede499 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/53345 Commit-Queue: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index e7dfd6e..73bc29c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -10,7 +10,7 @@ Unless otherwise noted, build tools must at most five years old, matching
[Abseil guidelines](https://abseil.io/about/compatibility). If in doubt, use the
most recent stable version of each tool.
- * [CMake](https://cmake.org/download/) 3.5 or later is required.
+ * [CMake](https://cmake.org/download/) 3.8 or later is required.
* A recent version of Perl is required. On Windows,
[Active State Perl](http://www.activestate.com/activeperl/) has been