mirror of
https://github.com/google/googletest.git
synced 2025-12-07 01:06:50 +08:00
Merge fda8e7b4c33a028b9e2bc176821ee8e6305bb02f into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
372dd3e48d
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
|
if(cmake_VERSION VERSION_GREATER_EQUAL "3.24")
|
||||||
|
cmake_policy(SET CMP0135 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
project(googletest-distribution)
|
project(googletest-distribution)
|
||||||
set(GOOGLETEST_VERSION 1.16.0)
|
set(GOOGLETEST_VERSION 1.16.0)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user