From ea9c8ff5789bd3ff3ae842903f198700e4e1a11f Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Wed, 7 Sep 2022 06:58:32 -0700 Subject: 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 --- CMake/Googletest/CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake/Googletest') 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) -- cgit v1.2.3