From 4eaed6a53a046984903ad40397cc8f263eae677a Mon Sep 17 00:00:00 2001 From: SlightlyCircuitous <71394296+SlightlyCircuitous@users.noreply.github.com> Date: Fri, 8 May 2026 16:04:09 -0400 Subject: [PATCH] Set minimum to 3.10 to make top-level CMakeLists --- cmake/gtest-CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/gtest-CMakeLists.txt.in b/cmake/gtest-CMakeLists.txt.in index 108c3882f..e1861bb82 100644 --- a/cmake/gtest-CMakeLists.txt.in +++ b/cmake/gtest-CMakeLists.txt.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(gtest-download LANGUAGES NONE)