mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge fda8e7b4c3
into 52204f78f9
This commit is contained in:
commit
c29c8f8d06
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue