From 05a9ebf4e22629288c86305ab41bab75b75d2d96 Mon Sep 17 00:00:00 2001 From: mccakit <117523238+mccakit@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:19:29 +0300 Subject: [PATCH] Update CMakeLists.txt 3.6 -> 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b7693969..03c0490d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Note: CMake support is community-based. The maintainers do not use CMake # internally. -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.5) project(googletest-distribution) set(GOOGLETEST_VERSION 1.16.0)