aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2023-09-17 10:17:50 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-18 22:22:58 +0000
commita1843d660b47116207877614af53defa767be46a (patch)
treefe32d1c383b6e59c4818ad398e48198e246842f1 /BUILDING.md
parent340fe150b7ce7d6e7ecebc3a48be4c02dbb5b4d8 (diff)
downloadboringssl-a1843d660b47116207877614af53defa767be46a.zip
boringssl-a1843d660b47116207877614af53defa767be46a.tar.gz
boringssl-a1843d660b47116207877614af53defa767be46a.tar.bz2
Bump the minimum CMake version to 3.12
CMake 3.12 was released July 2018, so it meets our five year rule. [0] also requires a CMake version newer than 3.12. [0] https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md Change-Id: I2b21d68e3a379108edde9c7d13450bba52f41235 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/63105 Reviewed-by: Bob Beck <bbe@google.com> Commit-Queue: David Benjamin <davidben@google.com> Auto-Submit: 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 742d454..adc1585 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.10 or later is required.
+ * [CMake](https://cmake.org/download/) 3.12 or later is required.
* A recent version of Perl is required. On Windows,
[Active State Perl](http://www.activestate.com/activeperl/) has been