This commit is contained in:
dodohand 2025-03-29 22:26:31 +01:00 committed by GitHub
commit c29c8f8d06
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)