Merge fda8e7b4c33a028b9e2bc176821ee8e6305bb02f into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
dodohand 2026-06-11 19:28:20 +02:00 committed by GitHub
commit 59292781dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)