Fix cmake 4 error by specifying the policy version

This commit is contained in:
KatekovAnton 2025-04-06 04:32:17 +09:00
parent 52204f78f9
commit c19d2bc5ae

View File

@ -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)