mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Fix cmake 4 error by specifying the policy version
This commit is contained in:
parent
52204f78f9
commit
c19d2bc5ae
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user