From c19d2bc5ae61951eb871b860e28f747be655ea70 Mon Sep 17 00:00:00 2001 From: KatekovAnton Date: Sun, 6 Apr 2025 04:32:17 +0900 Subject: [PATCH] Fix cmake 4 error by specifying the policy version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c784f3c7c..af73e0ac6 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.16...3.31.0) project(googletest-distribution) set(GOOGLETEST_VERSION 1.16.0)