aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7cf93b2..ee5cc04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.10)
+cmake_minimum_required(VERSION 3.12)
# Defer enabling C and CXX languages.
project(BoringSSL NONE)