From a0991a6149d7f12a63ed59beb571b9186620bf9d Mon Sep 17 00:00:00 2001 From: mccakit <117523238+mccakit@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:14:59 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c784f3c7c..6b7693969 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.16) +cmake_minimum_required(VERSION 3.6) project(googletest-distribution) set(GOOGLETEST_VERSION 1.16.0)