Merge fda8e7b4c3
into c00fd25b71
This commit is contained in:
commit
d11b4d52a7
@ -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…
Reference in New Issue
Block a user