Update CMakeLists.txt

This commit is contained in:
mccakit 2025-07-06 17:14:59 +03:00 committed by GitHub
parent 3983f67e32
commit a0991a6149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.6)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.16.0)