This commit is contained in:
dodohand 2025-02-13 09:25:33 +00:00 committed by GitHub
commit d11b4d52a7
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)