mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Compare commits
2 Commits
372dd3e48d
...
e5e212e2e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5e212e2e7 | ||
|
|
fda8e7b4c3 |
@ -3,6 +3,10 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if(cmake_VERSION VERSION_GREATER_EQUAL "3.24")
|
||||
cmake_policy(SET CMP0135 NEW)
|
||||
endif()
|
||||
|
||||
project(googletest-distribution)
|
||||
set(GOOGLETEST_VERSION 1.16.0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user