diff options
author | Derek Mauro <dmauro@google.com> | 2022-09-07 06:58:32 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-09-07 06:59:16 -0700 |
commit | ea9c8ff5789bd3ff3ae842903f198700e4e1a11f (patch) | |
tree | 50f914a1b8dd423a815a301da3419aa994b90885 /CMake/Googletest | |
parent | 308bbf300fe9332130f4784c7a91fa2ad707d6e4 (diff) | |
download | abseil-ea9c8ff5789bd3ff3ae842903f198700e4e1a11f.tar.gz abseil-ea9c8ff5789bd3ff3ae842903f198700e4e1a11f.tar.bz2 abseil-ea9c8ff5789bd3ff3ae842903f198700e4e1a11f.zip |
CMake: Require at least CMake 3.10
This is the current minimum according to
https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
PiperOrigin-RevId: 472714045
Change-Id: I5930bbbc4eec4644d22bba703957d1764c2e76be
Diffstat (limited to 'CMake/Googletest')
-rw-r--r-- | CMake/Googletest/CMakeLists.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Googletest/CMakeLists.txt.in b/CMake/Googletest/CMakeLists.txt.in index 5769e3a9..75691b11 100644 --- a/CMake/Googletest/CMakeLists.txt.in +++ b/CMake/Googletest/CMakeLists.txt.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.2) +cmake_minimum_required(VERSION 3.10) project(googletest-external NONE) |